3rdparty / eventuals-grpc

C++ asynchronous interface for gRPC based on https://github.com/3rdparty/eventuals.
Apache License 2.0
20 stars 5 forks source link

Added code_format_check.yml #19

Closed ArthurBandaryk closed 3 years ago

ArthurBandaryk commented 3 years ago

This .yml file helps to verify that a repo's formatting matches our specifications (.clang-format file in the root directory), but doesn't automatically fix any issues.

For now I need to figure out how to make this action automatically check if every line of the code exceeds 80 characters.