axel-op/Google Java Format
Automatically format Java files using Google Java Style
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| args | Arguments for the Google Java Format executable | no | --replace |
| files | Pattern to match the files to be formatted | no | **/*.java |
| files-excluded | Pattern to match the files to be ignored by this action | no | — |
| skip-commit | By default, this action commits any change made to the files. Set to "true" to skip this commit. | no | false |
| release-name | Release name of Google Java Format to use. Examples: 1.7, v1.24.0... Leave empty to use the latest release compatible with your JDK. | no | — |
| github-token | If provided, will be used to authenticate the calls to the GitHub API. | no | — |
| commit-message | This message will be used for commits made by this action | no | — |
Outputs
no outputs