We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd30ea commit b0b6ee6Copy full SHA for b0b6ee6
.github/workflows/build_and_test.yml
@@ -105,4 +105,5 @@ jobs:
105
# Install and run C++ linter
106
echo -e "\n##### Installing and running clang-format linter #####"
107
sudo apt-get update && sudo apt-get install -y clang-format
108
+ clang-format --version
109
find src -name '*.cpp' -o -name '*.h' | xargs clang-format --dry-run --Werror
0 commit comments