Skip to content

Commit

Permalink
fix(CI): change to pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Nov 15, 2023
1 parent ba55a38 commit 6216b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Perform pre-commit checks
run: |
pip install pre-commit
pre-commit run -a
pre-commit run --all-files
tests:
needs: pre-commit-checks
Expand Down

0 comments on commit 6216b02

Please sign in to comment.