Skip to content

Commit

Permalink
Add check-flag to make action fail
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Mar 25, 2024
1 parent e13d2c6 commit 4b79b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check formatting with black
run: |
black $(git ls-files '*.py') --diff
black $(git ls-files '*.py') --check --diff
- name: Tests
run: |
Expand Down

0 comments on commit 4b79b87

Please sign in to comment.