Skip to content

Commit

Permalink
Use run_pre_commit.sh in the github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshSzep committed Jun 23, 2024
1 parent 2feea03 commit d24f4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Install dependencies
run: |
./create_venv.sh
- name: Do all pre-commit hooks
- name: Run the pre-commit checks
run: |
poetry run pre-commit run --all-files
./pre_commit.sh

0 comments on commit d24f4c1

Please sign in to comment.