Check pre-commit during tests

This commit is contained in:
Gabriel Augendre 2023-03-14 09:29:27 +01:00
parent 63297e619e
commit c499fb032b

View file

@ -30,3 +30,5 @@ jobs:
- name: Test
run: pytest --cov=. --cov-branch --cov-report term-missing:skip-covered
working-directory: ./src/
- name: Check pre-commit
run: pre-commit run --all-files