mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-05 06:23:54 +01:00
Check pre-commit during tests
This commit is contained in:
parent
63297e619e
commit
c499fb032b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue