We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 638d90d + 794249d commit dca2157Copy full SHA for dca2157
.github/workflows/pr_push.yml
@@ -164,7 +164,9 @@ jobs:
164
run: cmake --build build --target clang-format-check
165
166
- name: Check CMake formatting
167
- run: cmake --build build --target cmake-format-check
+ run: |
168
+ cmake --build build --target cmake-format-apply
169
+ git diff --exit-code
170
171
- name: Check Python formatting
172
run: cmake --build build --target black-format-check
0 commit comments