Skip to content

Commit 5cd7437

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
id: pre-commit
2121
with:
2222
extra_args: --all-files
23+
continue-on-error: true
2324

2425
- name: Print pre-commit result
2526
run: |
2627
echo "Pre-commit result: ${{ steps.pre-commit.outputs.result }}"
2728
2829
- name: Push changes back to repo
29-
if: ${{ steps.pre-commit.outputs.result == 'modified' }}
3030
run: |
3131
git config --global user.name "github-actions[bot]"
3232
git config --global user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)