Skip to content

Commit

Permalink
Ruff: better log output for GitHub Actions (DefectDojo#9747)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik authored and manuel-sommer committed Mar 27, 2024
1 parent a6e3bf1 commit 08837d7
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 08837d7

Please sign in to comment.