notdevcody/IntelliJ Code Format

Format your code automatically using the IntelliJ formatter.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
idea-versionIDEA version to use no2025.2.6
pathPath to a directory which the formatter is executed recursively from. Must be relative to the workspace. no.
include-globPattern for files to include. Supports glob-style wildcards. Multiple patterns can be separated by commas. no*.*
push-typeType of push to perform. Options are 'commit', 'pull-request' or 'none'. nopull-request
push-titleThe title to use for the commit or pull request. noIntelliJ Code Format
push-descriptionThe description to use for the pull request. no""
fail-on-changesFail if any files were changed by the formatter.notrue
style-settings-fileA path to IntelliJ IDEA code style settings .xml file. Leave default if you want the formatter to use .editorconfig files. nounset
mute-formatter-outputMute the formatter output. Action output will still be logged.notrue
namedescription
files-changedZero if none changed, greater if at least one file was formatted.