Skip to content

Commit

Permalink
ci: Use continue-on-error for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 24, 2023
1 parent 2a6c866 commit 94ef608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- id: changed-files
uses: tj-actions/changed-files@v39
- uses: pre-commit/[email protected]
continue-on-error: true
with:
extra_args: pip-compile --files ${{ steps.changed-files.outputs.all_changed_files }}
- uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 94ef608

Please sign in to comment.