Skip to content

Commit

Permalink
remove sed cause not needed in ci env
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Oct 9, 2024
1 parent 1aa490b commit 6814da2
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' )
echo files=$(npx prettier . -l)
- name: generate errors/summary
run: .github/workflows/generateCheck.sh
env:
Expand Down

0 comments on commit 6814da2

Please sign in to comment.