chore(release): validate production env readiness
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user