gevhaz/Word Warden
Spellcheck your text files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 25, 2024
- License
- GPL 3.0
Pinned Snippet
uses: gevhaz/word-warden@288a09d52ae7a34d736abf5bd056fa3bc8c57213 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Files to spellcheck, (glob expressions accepted). | no | **/*.md |
| language | "Language of your text files, specified as a locale code (in format accepted by aspell, such as en_US)." | no | en_US |
| dictionary | Path to your personal dictionary in aspell format. | no | — |
| preprocessing_script | Path to a sed script that you want run on all files before they are spellchecked. | no | — |
| word_warden_ref | Version of Word Warden to checkout (only for development). | no | v1.0.0 |
Outputs
no outputs