Skip to content

Commit

Permalink
enable spellcheck in the CI (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Jan 21, 2025
1 parent 8f6d17b commit da10f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Check Spelling
run: |
rake spellcheck || true
rake spellcheck
- name: Make Html
run: |
Expand Down

0 comments on commit da10f1b

Please sign in to comment.