Skip to content

Commit 84b508e

Browse files
committed
Fix: run pre-commit in action
1 parent 4c5cbf7 commit 84b508e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-contribs-reviews.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
update-contributors
2828
update-reviews
2929
update-review-teams
30+
31+
- name: run precommit hooks
32+
uses: pre-commit/[email protected]
33+
with:
34+
extra_args: pre-commit run --all-files
3035
- name: Create Pull Request
3136
uses: peter-evans/create-pull-request@v5
3237
with:

0 commit comments

Comments
 (0)