Hi all. We use clang-format to control the coding style for our C/C++ code. However, I've noticed that our CI tests are built using Maven. While Maven conveniently checks the style of Java code, It lacks a plugin to check the style of C/C++ code. I tried to invoke the clang-format bash command within Maven to check the code style. It works on my computer but it seems that the clang-format package might not be installed on our GitHub CI machines. What should I do? How to install clang-format on CI?
Best regards, ----------------------- Colin Lee
