There was an error while loading. Please reload this page.
1 parent efe1f4c commit c8c95d1Copy full SHA for c8c95d1
1 file changed
.github/workflows/format.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Run cmake-format check
42
run: |
43
# 1. Format all files in place
44
- find . -name "CMakeLists.txt" -o -name "*.cmake" | xargs cmake-format --config .cmake-format.yaml -i
+ cmake-format -c .cmake-format.yaml -i --rc .
45
46
# 2. Show diffs for modified files and exit with error code if changes exist
47
git diff --exit-code
0 commit comments