Skip to content

Commit 7ddb35b

Browse files
Update push.yml
Going to begin linting the entire repo on every commit. Seems to be the only way to check for issues consistently.
1 parent 9439685 commit 7ddb35b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
pre-commit install
2727
pre-commit autoupdate
28-
pre-commit run
28+
pre-commit run --all
2929
- name: Unit tests
3030
run: |
3131
python -m pytest tests/

0 commit comments

Comments
 (0)