vicentebolea/Clang Format Check
Check or apply clang-format using project .clang-format file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check-only | Only check formatting without modifying files | no | true |
| include-pattern | File pattern to include in formatting check | no | *.cpp *.hpp *.c *.h |
| exclude-pattern | File pattern to exclude from formatting | no | build/ third_party/ |
| github-token | GitHub token for PR comments and pushes | no | ${{ github.token }} |
Outputs
no outputs