Skip to content

Commit

Permalink
Lint current code
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored Aug 23, 2024
1 parent b36bd6a commit 2501206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: python3 -m ruff format .

- name: "Check"
run: python3 -m ruff check .
run: python3 -m ruff check . --fix --exit-zero

- name: "Auto Commit"
uses: stefanzweifel/[email protected]
Expand Down

0 comments on commit 2501206

Please sign in to comment.