Skip to content

Commit

Permalink
👷 ci: allow pre-commit job to continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
NTGNguyen committed Dec 6, 2024
1 parent 814a531 commit 3759bc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Run pre-commit
if: ${{ always() }}
continue-on-error: true
run: pre-commit run --all-files

- name: Create Pull Request
Expand Down

0 comments on commit 3759bc5

Please sign in to comment.