Add linting to CI
parent
f9f9e62e13
commit
31cc9f2e7d
|
@ -18,4 +18,5 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
poetry env use "3.10"
|
poetry env use "3.10"
|
||||||
poetry install --no-interaction
|
poetry install --no-interaction
|
||||||
|
- run: poetry run inv lint
|
||||||
- run: poetry run inv tests
|
- run: poetry run inv tests
|
||||||
|
|
Loading…
Reference in New Issue