actions-marketplace-validations/Vale Spell-Check
Run Vale for spell-checking - much faster than the official Vale action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 10, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/simbo_vale-action@ea3b905bbeb890d7baff7492026c10b854bd8c7f # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Vale release version to use. | no | "" |
| flags | Space-delimited list of flags for the Vale CLI. To see a full list of available flags, run `vale -h`. | no | "" |
| files | Space-delimited list of file or directory arguments; equivalent to calling `vale input1 input2`. | no | . |
| reviewdog | Whether to use Vale with Reviewdog. | no | false |
| github_token | The GitHub repo access token to be used for Reviewdog. | no | ${{ github.token }} |
| github_com_pat | A GitHub.com PAT to avoid API rate limits | no | "" |
| reporter | Set the reporter type for Reviewdog. | no | github-pr-review |
| fail_on_error | By 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. | no | false |
| filter_mode | Set the [filter mode](https://github.com/reviewdog/reviewdog#filter-mode) for Reviewdog. | no | added |
Outputs
no outputs