sidhant92/IntelliJ Format Checker
Runs the IntelliJ formatter on a project to apply IDE style rules. Useful for enforcing style rules.
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 }} |
| file_mask | Pattern for files to include. Supports glob-style wildcards. Multiple patterns can be separated by commas. | no | * |
| path | Path to project directory. The formatter is executed recursively from here. Must be relative to the workspace. | no | . |
| fail_on_changes | If true, the action fails if any file changed. | no | false |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review] | no | github-pr-review |
| filter_mode | Filtering for the reviewdog command [added,diff_context,file,nofilter]. Default is `added`. | no | added |
| tool_name | Tool name to use for reviewdog reporter | no | diff |
Outputs
| name | description |
|---|---|
| files-changed | Zero if none changed, greater if at least one file changed. |