chore(release): validate production env readiness

This commit is contained in:
Xiaoxia AI
2026-06-21 12:34:51 +08:00
parent 46bd774742
commit 6d68c28860
7 changed files with 202 additions and 7 deletions
+3 -3
View File
@@ -61,9 +61,9 @@ jobs:
- name: Run code quality checks
run: |
python -m compileall -q alembic apps packages tests scripts/check_schema_metadata.py
python -m black --check alembic apps packages tests scripts/check_schema_metadata.py
python -m isort --check-only alembic apps packages tests scripts/check_schema_metadata.py
python -m compileall -q alembic apps packages tests scripts
python -m black --check alembic apps packages tests scripts
python -m isort --check-only alembic apps packages tests scripts
python -m flake8 apps packages tests --count --statistics
bandit -r apps packages -q