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 599162a commit e7d1132
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 @@ -37,7 +37,7 @@ jobs:
- name: Fail if changes were made
run: |
if git diff --quiet; then
echo "Black format applied no changes."
echo "Black formatting applied no changes."
exit 0
else
run: |
Expand Down

0 comments on commit e7d1132

Please sign in to comment.