Skip to content

Commit e7f695c

Browse files
authored
Update cmake-multi-platform.yml
1 parent b85a540 commit e7f695c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ jobs:
8181

8282
- name: Check formatting
8383
run: |
84-
find . -name '*.cpp' -o -name '*.h' |
84+
find examples include tests -name '*.cpp' -o -name '*.h' |
8585
xargs clang-format -style=file -i --dry-run --Werror

0 commit comments

Comments
 (0)