tsuyoshicho/Run textlint with reviewdog
🐶Run textlint with reviewdog on pull requests to improve document writing experience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN. | yes | ${{ github.token }} |
| level | Report level for reviewdog [info,warning,error] | — | error |
| reporter | Reporter of reviewdog command [github-check,github-pr-review]. Default is github-pr-review. github-pr-review can use Markdown and add a link to rule page in reviewdog reports. | — | github-pr-review |
| filter_mode | Filtering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added. | — | added |
| fail_level | Optional. Exit code control for reviewdog, [none,any,info,warning,error] Default is `none`. | — | none |
| fail_on_error | Deprecated. Optional. Exit code for reviewdog when errors are found [true,false] Default is `false`. If `true` is set, it will be interpreted as "-fail-level=error". But if "-fail-level" is set non-`none`, it will be ignored. | — | false |
| reviewdog_flags | Additional reviewdog flags | — | "" |
| textlint_flags | flags and args of textlint command. Default: '.' | yes | . |
| tool_name | Tool name to use for reviewdog reporter | — | textlint |
| package_manager | Package manager used in the repository [npm,yarn,pnpm,bun] | — | npm |
Outputs
no outputs