Check pre-commit during tests
This commit is contained in:
parent
8714934bff
commit
afa6fed9eb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -29,3 +29,5 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: pytest --cov=. --cov-branch --cov-report term-missing:skip-covered
|
run: pytest --cov=. --cov-branch --cov-report term-missing:skip-covered
|
||||||
working-directory: ./src/
|
working-directory: ./src/
|
||||||
|
- name: Check pre-commit
|
||||||
|
run: pre-commit run --all-files
|
||||||
|
|
Reference in a new issue