jayllyz/Clang formatter action
run clang-format on your latest commit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check | If true, will only check if the files are formatted correctly. If false, will format the files | no | false |
| style | The style to use. Defaults to file (i.e. .clang-format in the root of the repository) | — | file |
| extensions | File extensions to check. Defaults to .cpp, .hpp, .c, .h | — | cpp,hpp,c,h |
| clang-version | The major version of clang to use. Defaults to latest | — | latest |
| base-ref | The base ref to be compared to for a git-clang-format run. | — | HEAD^ |
Outputs
no outputs