Skip to content

Commit

Permalink
♻️ fix CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Oct 30, 2024
1 parent 1cce923 commit 341394c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Sync rye
run: rye sync
- name: Run ruff
run: rye run ruff
run: rye run ruff check
- name: Run tests
env:
CODEBOX_API_KEY: ${{ secrets.CODEBOX_API_KEY }}
Expand Down

0 comments on commit 341394c

Please sign in to comment.