simbo/Vale Spell-Check

Run Vale for spell-checking - much faster than the official Vale action.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionVale release version to use.no""
flagsSpace-delimited list of flags for the Vale CLI. To see a full list of available flags, run `vale -h`.no""
filesSpace-delimited list of file or directory arguments; equivalent to calling `vale input1 input2`.no.
reviewdogWhether to use Vale with Reviewdog.nofalse
github_tokenThe GitHub repo access token to be used for Reviewdog.no${{ github.token }}
github_com_patA GitHub.com PAT to avoid API rate limitsno""
reporterSet the reporter type for Reviewdog.nogithub-pr-review
fail_on_errorBy default, Reviewdog will return exit code 0 even if it finds errors. If `fail_on_error` is enabled, Reviewdog exits with 1 when at least one error was reported.nofalse
filter_modeSet the [filter mode](https://github.com/reviewdog/reviewdog#filter-mode) for Reviewdog.noadded

no outputs