We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7893d commit a98c933Copy full SHA for a98c933
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Install dependencies using uv
33
run: |
34
- uv sync
+ uv sync --extra dev
35
shell: bash
36
37
- name: Run Bandit security check on backend code
0 commit comments