Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
Going to begin linting the entire repo on every commit. Seems to be the only way to check for issues consistently.
  • Loading branch information
Federico-PizarroBejarano authored Jan 25, 2024
1 parent 9439685 commit 7ddb35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
pre-commit install
pre-commit autoupdate
pre-commit run
pre-commit run --all
- name: Unit tests
run: |
python -m pytest tests/
Expand Down

0 comments on commit 7ddb35b

Please sign in to comment.