security: add RBAC, HTTPS enforcement; add tests and CI pytest step
This commit is contained in:
Vendored
+5
-3
@@ -6,6 +6,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check Python syntax
|
||||
run: python -m py_compile modern/backend/server.py
|
||||
- name: Check frontend package.json
|
||||
run: cat modern/frontend/package.json
|
||||
run: python -m py_compile modern/backend/*.py
|
||||
- name: Run tests
|
||||
run: |
|
||||
python -m pip install -r modern/backend/requirements_full.txt
|
||||
pytest -q
|
||||
|
||||
Reference in New Issue
Block a user