Add linting to CI

This commit is contained in:
Thomas Sileo 2022-06-22 21:15:38 +02:00
parent f9f9e62e13
commit 31cc9f2e7d
1 changed files with 1 additions and 0 deletions

View File

@ -18,4 +18,5 @@ jobs:
- run: |
poetry env use "3.10"
poetry install --no-interaction
- run: poetry run inv lint
- run: poetry run inv tests