Skip to content

Commit d93dc3c

Browse files
[cicd] resolve warning for format support script
1 parent e4e90fe commit d93dc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang_format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
chmod +x llvm.sh
1919
sudo ./llvm.sh 16 all
2020
- name: Verify
21-
run: find . -iname *.hpp -o -iname *.cpp -o -iname support/** | xargs clang-format-16 --Werror --dry-run --verbose -style=file
21+
run: find . -iname "*.hpp" -o -iname "*.cpp" -o -iname "support/**" | xargs clang-format-16 --Werror --dry-run --verbose -style=file

0 commit comments

Comments
 (0)