Skip to content

Commit

Permalink
Use git diff for changes not diff-files
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Dec 19, 2023
1 parent 5383e8a commit 0b2a7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: update-bids check
run: |
poetry run poe update-bids
git diff-files --quiet || (
git diff --quiet || (
git status
echo 'bids specs out of date, run `poetry run poe update-bids`'
exit 1
Expand Down

0 comments on commit 0b2a7aa

Please sign in to comment.