Skip to content

Commit

Permalink
update: force exit 0 ruff-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentDemonSD authored Apr 14, 2024
1 parent f4ee311 commit 57281f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: pip install ruff

- name: Check and Format Python Code
run: ruff check
run: ruff check --fix --exit-zero

- name: Commit Changes
run: |
Expand Down

0 comments on commit 57281f2

Please sign in to comment.