We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a8dbf commit 5a1d6dbCopy full SHA for 5a1d6db
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Lint project
35
run: |
36
pre-commit run --all-files --color always
37
- safety check --continue-on-error --full-report
+ uv run safety check --continue-on-error --full-report
38
39
- name: Test package
40
0 commit comments