We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d374c4d commit 2c1bc35Copy full SHA for 2c1bc35
.github/workflows/ruff.yml
@@ -45,7 +45,7 @@ jobs:
45
run: poetry install
46
47
- name: Run linter check
48
- run: poetry run ruff check .
+ run: poetry run ruff check --output-format=github .
49
50
- name: Run code style check
51
run: poetry run ruff format --check .
0 commit comments