vale-cli/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
- Stale
- License
- None
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