joutvhu/IntelliJ Format
GitHub Action for code formatting using IntelliJ IDEA
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to project directory. | no | . |
| mask | Specify a comma-separated list of file masks that define the files to be processed. | no | — |
| settings | Path to IntelliJ IDEA code style settings .xml file. | no | — |
| message | The commit message to use when committing. | no | Reformat code with IntelliJ |
| verify | If true, the action will fail if any file changed. | no | false |
Outputs
| name | description |
|---|---|
| changed | Zero if none changed, greater if at least one file changed. |