Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Spritetm committed Jul 10, 2024
1 parent c5d86a5 commit b2f69a0
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 @@ -33,4 +33,4 @@ jobs:

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

0 comments on commit b2f69a0

Please sign in to comment.