Skip to content

Commit

Permalink
Allow the 'lint' job to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Nov 6, 2023
1 parent fc05e7b commit 70f1ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
pip install pre-commit
- name: Run lint
continue-on-error: true
run: |
pre-commit run --all-files
Expand Down

0 comments on commit 70f1ec7

Please sign in to comment.