Skip to content

Commit

Permalink
Update black.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Oct 27, 2024
1 parent 4b02b06 commit 38350ed
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 @@ -27,7 +27,7 @@ jobs:

- name: Fail if changes were made
run: |
if git diff --quiet; then
if git diff --quiet; == 1 then
run: |
echo "Black formatting applied changes. Please format with black."
exit 1
Expand Down

0 comments on commit 38350ed

Please sign in to comment.