compiler-research/git-spell-check

Runs a spell checker only on the changed lines in a pull request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base_branchBase branch to diff againstno${{ github.event.pull_request.base.ref || github.event.repository.default_branch }}
includeJSON array of glob patterns to includeno[ "**/*.md", "**/*.txt", "**/*.rst", "**/*.json", "**/*.yaml", "**/*.yml", "**/*.ini", "**/*.tex", "**/*.html", "**/*.xml", "**/*.xhtml", "**/*.csv" ]
excludeJSON array of glob patterns to excludeno[]
cmdSpell checker command to runnoaspell --mode=sgml --add-sgml-skip=code,pre,style,script,command,literal,ulink,parameter,filename,programlisting --lang=en list
dictionaryCustom words to ignore (space-separated)no""
debugDebug outputno${{ github.debug }}

no outputs