actions-marketplace-validations/Clang Format Github Action
An action that check the code format is compliant with a certain configuration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| style | The style to use by clang-format. | no | LLVM |
| sources | Location of sources to check. It can be a single file, regex of a directory, or multiple selectors separated by comma (`,`) | no | **/* |
| excludes | Paths to exclude separated by comma (`,`) | no | "" |
Outputs
| name | description |
|---|---|
| clang-format-version | The version of clang-format used by this action |