Skip to content

Commit

Permalink
run pre-commit against all the files (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Feb 17, 2024
1 parent f06461b commit 9b47c42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
pip install .
pip install -r requirements-dev.txt
- name: Run pre-commit against all files
run: pre-commit run --all-files

- name: Run tests and collect coverage
run: |
coverage run --source=tests,cpp_linter_hooks -m pytest -vv
Expand Down

0 comments on commit 9b47c42

Please sign in to comment.