We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7785cf2 commit 10d7f17Copy full SHA for 10d7f17
.github/workflows/pre-commit-update.yml
@@ -21,6 +21,10 @@ jobs:
21
22
- uses: browniebroke/pre-commit-autoupdate-action@main
23
24
+ - name: Run update pre-commit
25
+ - run: |
26
+ pre-commit run --all-files
27
+
28
- uses: peter-evans/create-pull-request@v3
29
with:
30
token: ${{ secrets.GITHUB_TOKEN }}
@@ -29,8 +33,6 @@ jobs:
33
commit-message: "chore: update pre-commit hooks"
34
body: Update versions of pre-commit hooks to latest version.
31
35
32
- - name: Run update pre-commit
- - run: |
- pre-commit run --all-files
36
37
38
0 commit comments