actions-marketplace-validations/Vale Linter

The official GitHub Action for Vale -- install, manage, and run Vale with ease.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jun 7, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/errata-ai_vale-action@dcded780f1ff68e2558e802a165a484a4a3e2fb8 # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
versionThe Vale CLI version to install.nolatest
filesThe files to lint: "all" or "<some_folder>".noall
debugLog debugging information to stdout.nofalse
reporterReporter of reviewdog command [github-pr-check,github-pr-review,github-pr-annotations,github-check].nogithub-pr-annotations
fail_on_errorExit code for reviewdog when errors are found [true,false] Default is `false`. nofalse
levelReport level for reviewdog [info,warning,error].noerror
filter_modeFiltering for the reviewdog command [added,diff_context,file,nofilter]. Default is added. noadded
vale_flagsSpace-delimited list of flags for the Vale CLI.no""
separatorSplit character for input strings.no""
reviewdog_urlThe URL to a tar.gz build of reviewdog to use in the actionno""
tokenThe GitHub token to use.no${{ github.token }}

no outputs