actions-marketplace-validations/Run remark-lint with reviewdog
🐶 Run remark-lint with reviewdog on pull requests to improve code review experience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 24, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/reviewdog_action-remark-lint@966278eddab669e6aa7f43177fd4f44f524a0909 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| workdir | Working directory relative to the root directory. | no | . |
| remark_args | Additional remark-lint input arguments. | no | "" |
| install_deps | Install dependencies. | no | true |
| github_token | GITHUB_TOKEN. | no | ${{ github.token }} |
| tool_name | Tool name to use for reviewdog reporter. | no | remark-lint |
| level | Report level for reviewdog [info, warning, error]. | no | error |
| reporter | Reporter of reviewdog command [github-pr-check, github-pr-review, github-check]. | no | github-pr-check |
| filter_mode | Filtering mode for the reviewdog command [added, diff_context, file, nofilter]. | no | added |
| fail_level | If set to `none`, always use exit code 0 for reviewdog. Otherwise, exit code 1 for reviewdog if it finds at least 1 issue with severity greater than or equal to the given level. Possible values: [none,any,info,warning,error] Default is `none`. | — | none |
| fail_on_error | Deprecated, use `fail_level` instead. Exit code for reviewdog when errors are found [true, false]. | no | false |
| reviewdog_flags | Additional reviewdog flags. | no | "" |
Outputs
no outputs