Skip to content

Commit 6d501b8

Browse files
authored
Update pre-commit-update.yml
1 parent 4390b33 commit 6d501b8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/pre-commit-update.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@ jobs:
2828
env:
2929
# new branch is created in create-pull-request step
3030
SKIP: no-commit-to-branch
31-
uses: browniebroke/pre-commit-autoupdate-action@v1.0.0
31+
run: |
32+
pre-commit autoupdate
3233
- uses: peter-evans/create-pull-request@v5
3334
with:
3435
token: ${{ secrets.GITHUB_TOKEN }}
3536
branch: update/pre-commit-hooks
3637
title: Update pre-commit hooks
3738
commit-message: "update pre-commit hooks"
38-
body: Update versions of pre-commit hooks to latest version.
39+
body: |
40+
Update versions of pre-commit hooks to latest version.
41+
Run tests locally to check for conficts since PRs from GitHub Actions don't trigger workflows.

0 commit comments

Comments
 (0)