actions-marketplace-validations/IntelliJ Format Checker

Runs the IntelliJ formatter on a project to apply IDE style rules. Useful for enforcing style rules.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGITHUB_TOKEN.yes${{ github.token }}
file_maskPattern for files to include. Supports glob-style wildcards. Multiple patterns can be separated by commas. no*
pathPath to project directory. The formatter is executed recursively from here. Must be relative to the workspace. no.
fail_on_changesIf true, the action fails if any file changed.nofalse
reporterReporter of reviewdog command [github-pr-check,github-pr-review]nogithub-pr-review
filter_modeFiltering for the reviewdog command [added,diff_context,file,nofilter]. Default is `added`. noadded
tool_nameTool name to use for reviewdog reporternodiff
namedescription
files-changedZero if none changed, greater if at least one file changed.