actions-marketplace-validations/Action to run java checkstyle
Action to Run java checkstyle with reviewdog
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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 |
| workdir | Working directory relative to the root directory. | — | . |
| tool_name | Tool name to use for reviewdog reporter | — | reviewdog |
Outputs
no outputs