Skip to content

Commit

Permalink
Ruff: better log output for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik committed Mar 18, 2024
1 parent fed64af commit 15966dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
run: pip install -r requirements-lint.txt

- name: Run Ruff Linter
run: ruff check .
run: ruff check --output-format=github .

0 comments on commit 15966dc

Please sign in to comment.