findologic/IntelliJ Formatter
Runs the IntelliJ formatter on a project to apply IDE style rules. Useful for auto-fixing, as well as enforcing style rules.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| include-glob | 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 |
Outputs
| name | description |
|---|---|
| files-changed | Zero if none changed, greater if at least one file changed. |