Skip to content

Commit

Permalink
continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyaCoder committed Oct 10, 2024
1 parent 5cd7437 commit a063341
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
branches:
- main

permissions:
contents: write

jobs:
pre-commit:
runs-on: ubuntu-latest
Expand All @@ -22,10 +25,6 @@ jobs:
extra_args: --all-files
continue-on-error: true

- name: Print pre-commit result
run: |
echo "Pre-commit result: ${{ steps.pre-commit.outputs.result }}"
- name: Push changes back to repo
run: |
git config --global user.name "github-actions[bot]"
Expand Down

0 comments on commit a063341

Please sign in to comment.