We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2413468 commit 0c65134Copy full SHA for 0c65134
.github/workflows/ruff.yml
@@ -13,4 +13,4 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- run: pip install --user ruff
16
- - run: ruff --output-format=github .
+ - run: ruff check --output-format=github .
0 commit comments