jayllyz/Clang formatter action

run clang-format on your latest commit

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
checkIf true, will only check if the files are formatted correctly. If false, will format the filesnofalse
styleThe style to use. Defaults to file (i.e. .clang-format in the root of the repository)file
extensionsFile extensions to check. Defaults to .cpp, .hpp, .c, .hcpp,hpp,c,h
clang-versionThe major version of clang to use. Defaults to latestlatest
base-refThe base ref to be compared to for a git-clang-format run.HEAD^

no outputs