Skip to content

Commit

Permalink
ci: update job codespell_fix to continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
kluge7 committed Sep 24, 2024
1 parent d7cee00 commit 399294c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Run codespell to fix spelling mistakes
run: |
codespell -w .
continue-on-error: true

- name: Commit codespell changes
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 399294c

Please sign in to comment.