ci: add GitHub Actions lint and test pipeline [FASE-0.6]
Some checks failed
Aegis CI / lint-and-test (push) Has been cancelled
Some checks failed
Aegis CI / lint-and-test (push) Has been cancelled
Run ruff and pytest against Postgres and Redis service containers; document CI in README.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
pip install ruff
|
||||
|
||||
- name: Lint
|
||||
run: ruff check app/
|
||||
run: ruff check app/ tests/
|
||||
|
||||
- name: Test
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user