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.
1 parent 3c2513c commit 794249dCopy full SHA for 794249d
.github/workflows/pr_push.yml
@@ -141,7 +141,9 @@ jobs:
141
run: cmake --build build --target clang-format-check
142
143
- name: Check CMake formatting
144
- run: cmake --build build --target cmake-format-check
+ run: |
145
+ cmake --build build --target cmake-format-apply
146
+ git diff --exit-code
147
148
- name: Check Python formatting
149
run: cmake --build build --target black-format-check
0 commit comments