Skip to content

Commit 9a0ab49

Browse files
authored
Fix precommit yaml syntax (#261)
* Fix: run precommit in the update action * Fix: yaml error
1 parent 9ea37a2 commit 9a0ab49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-all-review-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
update-contributors --update update_all
2525
update-reviews --update update_all
2626
update-reviewers
27-
- Run pre-commit
27+
- name: Run pre-commit
2828
uses: pre-commit/[email protected]
2929
with:
3030
extra_args: --files _data/packages.yml _data/contributors.yml

0 commit comments

Comments
 (0)