Skip to content

Commit 341394c

Browse files
committed
♻️ fix CICD
1 parent 1cce923 commit 341394c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Sync rye
2020
run: rye sync
2121
- name: Run ruff
22-
run: rye run ruff
22+
run: rye run ruff check
2323
- name: Run tests
2424
env:
2525
CODEBOX_API_KEY: ${{ secrets.CODEBOX_API_KEY }}

0 commit comments

Comments
 (0)