actions-marketplace-validations/Vale Linter
The official GitHub Action for Vale -- install, manage, and run Vale with ease.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 7, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/errata-ai_vale-action@dcded780f1ff68e2558e802a165a484a4a3e2fb8 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The Vale CLI version to install. | no | latest |
| files | The files to lint: "all" or "<some_folder>". | no | all |
| debug | Log debugging information to stdout. | no | false |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review,github-pr-annotations,github-check]. | no | github-pr-annotations |
| fail_on_error | Exit code for reviewdog when errors are found [true,false] Default is `false`. | no | false |
| level | Report level for reviewdog [info,warning,error]. | no | error |
| filter_mode | Filtering for the reviewdog command [added,diff_context,file,nofilter]. Default is added. | no | added |
| vale_flags | Space-delimited list of flags for the Vale CLI. | no | "" |
| separator | Split character for input strings. | no | "" |
| reviewdog_url | The URL to a tar.gz build of reviewdog to use in the action | no | "" |
| token | The GitHub token to use. | no | ${{ github.token }} |
Outputs
no outputs