codespell-project/Codespell with annotations

Codespell with annotations for Pull Request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 7, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
builtinComma-separated list of builtin dictionaries to includeno""
check_filenamesIf set, check file names as wellno""
check_hiddenIf set, check hidden files (those starting with ".") as wellno""
configPath to a codespell config fileno""
exclude_fileFile with lines that should not be checked for spelling mistakesno""
ignore_words_fileFile with a list of words to be ignored. Words are case sensitive based on how they are written in the dictionary fileno""
ignore_words_listComma-separated list of words to be ignored. Words are case sensitive based on how they are written in the dictionary fileno""
uri_ignore_words_listcomma separated list of words to be ignored in URIs and emails onlyno""
pathPath to run codespell inno""
skipComma-separated list of files to skip (it accepts globs as well)no./.git
only_warnIf set, only warn, never errorno""

no outputs