Skip to content

Commit

Permalink
check flag so errors when files need formatting'
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwillis committed Dec 20, 2023
1 parent bcf64e1 commit 8bf56dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: pip install black

- name: Run black
run: black .
run: black . --check

0 comments on commit 8bf56dd

Please sign in to comment.