rafikfarhad/Clang Format Github Action

An action that check the code format is compliant with a certain configuration

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
styleThe style to use by clang-format.noLLVM
sourcesLocation of sources to check. It can be a single file, regex of a directory, or multiple selectors separated by comma (`,`) no**/*
excludesPaths to exclude separated by comma (`,`) no""
namedescription
clang-format-versionThe version of clang-format used by this action