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 1c96dd4 commit cd5fe65Copy full SHA for cd5fe65
.github/workflows/ruff.yml
@@ -7,4 +7,4 @@ jobs:
7
- uses: actions/checkout@v3
8
- uses: chartboost/ruff-action@v1
9
with:
10
- args: --fix
+ args: check --fix .
0 commit comments