Skip to content

Commit

Permalink
CI: Ignore newline changes at end of file (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spritetm authored Aug 15, 2024
1 parent a4e87d1 commit d2df8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:

- name: Check removed lines
working-directory: ${{ github.workspace }}/
run: bash -c "! git diff origin/main | grep '^-0'"
run: bash -c "! git diff -b origin/main | grep '^-0'"

0 comments on commit d2df8c7

Please sign in to comment.