compiler-research/git-spell-check
Runs a spell checker only on the changed lines in a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base_branch | Base branch to diff against | no | ${{ github.event.pull_request.base.ref || github.event.repository.default_branch }} |
| include | JSON array of glob patterns to include | no | [ "**/*.md", "**/*.txt", "**/*.rst", "**/*.json", "**/*.yaml", "**/*.yml", "**/*.ini", "**/*.tex", "**/*.html", "**/*.xml", "**/*.xhtml", "**/*.csv" ] |
| exclude | JSON array of glob patterns to exclude | no | [] |
| cmd | Spell checker command to run | no | aspell --mode=sgml --add-sgml-skip=code,pre,style,script,command,literal,ulink,parameter,filename,programlisting --lang=en list |
| dictionary | Custom words to ignore (space-separated) | no | "" |
| debug | Debug output | no | ${{ github.debug }} |
Outputs
no outputs