Skip to content

Commit

Permalink
Add pre-commit install step to lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
allen-adastra committed Sep 26, 2024
1 parent f74e249 commit 26a57c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ jobs:
- name: Poetry install
run: poetry install

- name: Pre-commit install
run: poetry run pre-commit install

- name: Run pre-commit
run: poetry run pre-commit run --show-diff-on-failure --color=always --all-files

0 comments on commit 26a57c1

Please sign in to comment.