Skip to content

Commit

Permalink
Temporarily force run all pre commit tools
Browse files Browse the repository at this point in the history
  • Loading branch information
loostrum committed Jul 28, 2023
1 parent c7ef661 commit c2b23e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ jobs:
shell: bash -el {0}
run: |
git diff --name-only ${{ env.precommit_from_ref }}...${{ env.precommit_to_ref }}
pre-commit run --from-ref ${{ env.precommit_from_ref }} --to-ref ${{ env.precommit_to_ref }}
pre-commit run -a
#pre-commit run --from-ref ${{ env.precommit_from_ref }} --to-ref ${{ env.precommit_to_ref }}

0 comments on commit c2b23e8

Please sign in to comment.