Fix CI: add linting step
Some checks failed
CI / test (push) Failing after 11s

This commit is contained in:
2026-02-04 19:02:59 +00:00
parent 9f604d31f7
commit fef0ba7d4c

View File

@@ -19,3 +19,8 @@ jobs:
cd app
pip install -e ".[dev]"
pytest tests/ -v
- name: Install and run linting
run: |
cd app
pip install ruff
ruff check .