Skip to content

Commit

Permalink
Output lint errors in GitHub format for easier review
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored Nov 19, 2024
1 parent 58df372 commit 642d806
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 . --fix --exit-zero
run: python3 -m ruff check --output-format=github . --fix --exit-zero

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

0 comments on commit 642d806

Please sign in to comment.