Skip to content

Commit

Permalink
Do not continue-on-error for pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
gzpcho committed May 30, 2024
1 parent 973359f commit ecd4256
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
continue-on-error: true
with:
extra_args: --color=always --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}

0 comments on commit ecd4256

Please sign in to comment.