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 1cce923 commit 341394cCopy full SHA for 341394c
.github/workflows/code-check.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Sync rye
20
run: rye sync
21
- name: Run ruff
22
- run: rye run ruff
+ run: rye run ruff check
23
- name: Run tests
24
env:
25
CODEBOX_API_KEY: ${{ secrets.CODEBOX_API_KEY }}
0 commit comments