Skip to content

Commit a063341

Browse files
committed
continue-on-error
1 parent 5cd7437 commit a063341

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches:
77
- main
88

9+
permissions:
10+
contents: write
11+
912
jobs:
1013
pre-commit:
1114
runs-on: ubuntu-latest
@@ -22,10 +25,6 @@ jobs:
2225
extra_args: --all-files
2326
continue-on-error: true
2427

25-
- name: Print pre-commit result
26-
run: |
27-
echo "Pre-commit result: ${{ steps.pre-commit.outputs.result }}"
28-
2928
- name: Push changes back to repo
3029
run: |
3130
git config --global user.name "github-actions[bot]"

0 commit comments

Comments
 (0)