actions-marketplace-validations/Run misspell with reviewdog

🐶 Run misspell with reviewdog on pull requests to improve code review experience.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGITHUB_TOKEN.${{ github.token }}
locale-locale flag of misspell. (US/UK)""
levelReport level for reviewdog [info,warning,error]error
reporterReporter of reviewdog command [github-pr-check,github-pr-review].github-pr-check
ignoreComma-separated words to ignore""
pathBase directory to run misspell. Same as `[path]` of `find` command..
patternFile patterns of target files. Same as `-name [pattern]` of `find` command.*
excludeExclude patterns of target files. Same as `-not -path [exclude]` of `find` command.""
filter_modeFiltering mode for the reviewdog command [added,diff_context,file,nofilter].added
fail_levelIf set to `none`, always use exit code 0 for reviewdog. Otherwise, exit code 1 for reviewdog if it finds at least 1 issue with severity greater than or equal to the given level. Possible values: [none,any,info,warning,error] Default is `none`. none
fail_on_errorDeprecated, use `fail_level` instead. Exit code for reviewdog when errors are found [true,false].false

no outputs