Skip to content

Commit

Permalink
Run pre-commit hooks for project
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdewar committed May 28, 2024
1 parent 4169b6e commit 1ca3c5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ jobs:
- name: Run tests
working-directory: my_project
run: poetry run pytest

- name: Run pre-commit hooks for project
working-directory: my_project
run: poetry run pre-commit run -a

0 comments on commit 1ca3c5e

Please sign in to comment.