actions-marketplace-validations/Run checkstyle (Code Standard) with reviewdog
🐶 Run checkstyle with reviewdog on pull requests to improve code review experience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 21, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/asaasdev_checkstyle-action@7d17ad17f92045370ffd5cc688b4c051e03d7433 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN | — | ${{ github.token }} |
| workdir | Working directory relative to the root directory. | — | . |
| level | Report level for reviewdog [info,warning,error] | — | error |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review]. | — | github-pr-check |
| filter_mode | Filtering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added. | — | added |
| fail_on_error | Exit code for reviewdog when errors are found [true,false] Default is `false`. | — | false |
| reviewdog_flags | Additional reviewdog flags | — | "" |
| configuration_file | -c parameter. Specifies the location of the file that defines the configuration modules. | — | google_checks.xml |
Outputs
no outputs