Skip to content

Commit

Permalink
Update github-action-push-ruff-formatcheck.yml
Browse files Browse the repository at this point in the history
This on-push action now only worries about formatting, not lining issues.
  • Loading branch information
Ueva authored Nov 25, 2024
1 parent 6ddd0c7 commit 9b30e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-action-push-ruff-formatcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: pip install ruff

- name: Check Formatting
run: ruff check . --exit-zero --diff
run: ruff format . --exit-zero --diff --line-length 120

0 comments on commit 9b30e2f

Please sign in to comment.