fix linting and other ci errors

This commit is contained in:
2025-08-13 20:39:53 -07:00
parent 450f6b23e0
commit 48326c6335
5 changed files with 4 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ jobs:
continue-on-error: true
- name: Run safety vulnerability check
run: uv run safety check --json --output safety-report.json
run: uv run safety check --json --save-json safety-report.json
continue-on-error: true
- name: Upload security reports