Skip to content

Commit 9b47c42

Browse files
authored
run pre-commit against all the files (#30)
1 parent f06461b commit 9b47c42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
pip install .
2424
pip install -r requirements-dev.txt
2525
26+
- name: Run pre-commit against all files
27+
run: pre-commit run --all-files
28+
2629
- name: Run tests and collect coverage
2730
run: |
2831
coverage run --source=tests,cpp_linter_hooks -m pytest -vv

0 commit comments

Comments
 (0)