Skip to content

Commit c8c95d1

Browse files
committed
-rc
1 parent efe1f4c commit c8c95d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run cmake-format check
4242
run: |
4343
# 1. Format all files in place
44-
find . -name "CMakeLists.txt" -o -name "*.cmake" | xargs cmake-format --config .cmake-format.yaml -i
44+
cmake-format -c .cmake-format.yaml -i --rc .
4545
4646
# 2. Show diffs for modified files and exit with error code if changes exist
4747
git diff --exit-code

0 commit comments

Comments
 (0)