Skip to content

Commit

Permalink
[cicd] resolve warning for format support script
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge committed Nov 6, 2022
1 parent cb689f2 commit 814b6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
chmod +x llvm.sh
sudo ./llvm.sh 16 all
- name: Verify
run: find . -iname *.hpp -o -iname *.cpp -o -iname support/** | xargs clang-format-16 --Werror --dry-run --verbose -style=file
run: find . -iname "*.hpp" -o -iname "*.cpp" -o -iwholename "./support/format" | xargs clang-format-16 --Werror --dry-run --verbose -style=file

0 comments on commit 814b6c6

Please sign in to comment.