notdevcody/IntelliJ Code Format
Format your code automatically using the IntelliJ formatter.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| idea-version | IDEA version to use | no | 2025.2.6 |
| path | Path to a directory which the formatter is executed recursively from. Must be relative to the workspace. | no | . |
| include-glob | Pattern for files to include. Supports glob-style wildcards. Multiple patterns can be separated by commas. | no | *.* |
| push-type | Type of push to perform. Options are 'commit', 'pull-request' or 'none'. | no | pull-request |
| push-title | The title to use for the commit or pull request. | no | IntelliJ Code Format |
| push-description | The description to use for the pull request. | no | "" |
| fail-on-changes | Fail if any files were changed by the formatter. | no | true |
| style-settings-file | A path to IntelliJ IDEA code style settings .xml file. Leave default if you want the formatter to use .editorconfig files. | no | unset |
| mute-formatter-output | Mute the formatter output. Action output will still be logged. | no | true |
Outputs
| name | description |
|---|---|
| files-changed | Zero if none changed, greater if at least one file was formatted. |