Skip to content

Commit 5d52a9b

Browse files
authored
Fix ci to run pre-commit in action & also rename circleci job (#278)
* Fix: run pre-commit in action * Fix: small rename of the build * Might not need args to run this hook here
1 parent d557a5b commit 5d52a9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
3131
- name: run precommit hooks
3232
uses: pre-commit/[email protected]
33-
with:
34-
extra_args: pre-commit run --all-files
3533
- name: Create Pull Request
3634
uses: peter-evans/create-pull-request@v5
3735
with:

0 commit comments

Comments
 (0)