Skip to content

Commit

Permalink
.github: allow codespell action to fail.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Oct 14, 2024
1 parent 4f8958b commit 5058aa2
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 @@ -10,6 +10,7 @@ jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
continue-on-error: true

steps:
- name: Checkout
Expand Down

0 comments on commit 5058aa2

Please sign in to comment.