We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932a9f4 commit de01549Copy full SHA for de01549
.github/workflows/ci-pr-validation.yaml
@@ -56,10 +56,10 @@ jobs:
56
sudo curl -o /gtest-parallel https://raw.githubusercontent.com/google/gtest-parallel/master/gtest_parallel.py
57
58
- name: CMake
59
- run: cmake . -DBUILD_PERF_TOOLS=ON
+ run: cmake . -DBUILD_PERF_TOOLS=ON -DCLANG_FORMAT_VERSION=10
60
61
- name: Check formatting
62
- run: make check-format -DCLANG_FORMAT_VERSION=10
+ run: make check-format
63
64
- name: Build
65
run: make -j8
0 commit comments