Skip to content

Commit

Permalink
i don't
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Oct 9, 2024
1 parent d3eae31 commit 1aa490b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettierCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: prettier
continue-on-error: true
run: |
echo files=$(npx prettier . -l | sed -e '1,4d' ) >> "$GITHUB_ENV"
echo files=$(npx prettier . -l | sed -e '1,4d' )
- name: generate errors/summary
run: .github/workflows/generateCheck.sh
env:
Expand Down

0 comments on commit 1aa490b

Please sign in to comment.