Skip to content

Adding clang-format job to CI

Charles Alan Bell requested to merge (removed):feature/clang-format into Dev

Adding clang-format to code-quality CI tests. clang-format runs over the code checking for quality issues and returns a patch file in the artifacts if any issues are found. If no issues are found, the test passes. Tagging @leejr @enibigir

Edited by Charles Alan Bell

Merge request reports