mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
Check pre-commit during tests
This commit is contained in:
parent
baeca40a4c
commit
dd9cc88218
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -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