TheLartians / ModernCppStarter

🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
https://thelartians.github.io/ModernCppStarter
The Unlicense
4.33k stars 381 forks source link

Lock clang-format version #158

Closed TheLartians closed 1 year ago

TheLartians commented 1 year ago

This makes clang-format corrections more predictable, as the version is now locked in the workflow. Also we can now use the ubuntu runner for the workflow as the installation is platform independent.