actions-marketplace-validations/clang-format lint
Github Action that check if code is formatted correctly using clang-format
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Source folder to check formatting | no | . |
| exclude | Folder to exclude from formatting check | no | none |
| extensions | List of extensions to check | no | c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx |
| clangFormatVersion | Version of clang-format | no | 18 |
| style | Formatting style to use | no | file |
| inplace | Just fix files (`clang-format -i`) instead of returning a diff | no | false |
Outputs
no outputs