nikitasavinov/Run java checkstyle
Run java checkstyle with reviewdog
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Maintainedlast commit Nov 5, 2025
- License
- MIT
Pinned Snippet
uses: nikitasavinov/checkstyle-action@79490c0fdcc3ab5dd2b50a0e82a5bfc4fe63f0a9 # 0.6.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN. | — | ${{ github.token }} |
| level | Report level for reviewdog [info,warning,error] | — | info |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review] | — | github-pr-check |
| filter_mode | Filtering 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 |
| checkstyle_config | Checkstyle config file | yes | google_checks.xml |
| checkstyle_version | Checkstyle version | — | 10.3 |
| workdir | Working directory relative to the root directory. | — | . |
| tool_name | Tool name to use for reviewdog reporter | — | reviewdog |
| properties_file | Properties file relative to the root directory. | — | "" |
Outputs
no outputs