This commit is contained in:
@@ -19,3 +19,8 @@ jobs:
|
|||||||
cd app
|
cd app
|
||||||
pip install -e ".[dev]"
|
pip install -e ".[dev]"
|
||||||
pytest tests/ -v
|
pytest tests/ -v
|
||||||
|
- name: Install and run linting
|
||||||
|
run: |
|
||||||
|
cd app
|
||||||
|
pip install ruff
|
||||||
|
ruff check .
|
||||||
|
|||||||
Reference in New Issue
Block a user