/clang-format-action

A Github Action to check for clang-format lint errors

Primary LanguageShellApache License 2.0Apache-2.0

clang-format-action

An action to error on any clang-format violations.

Runs clang-format -n -Werror -style=file $sources, where $sources is a user-defined input.