An open API service indexing awesome lists of open source software.

https://github.com/arangodb/clang-format-action

A Github Action to check for clang-format lint errors
https://github.com/arangodb/clang-format-action

Last synced: 4 months ago
JSON representation

A Github Action to check for clang-format lint errors

Awesome Lists containing this project

README

        

# 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.