Skip to content

Commit

Permalink
[ci] Enable clang-format on unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Apr 14, 2024
1 parent c3202c1 commit 1881ac1
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 @@ -41,7 +41,7 @@ jobs:
-c color.ui=always \
-c diff.wsErrorHighlight=all \
-c color.diff.whitespace='red reverse' \
clang-format-15 --diff --binary clang-format-15 --commit $PR_BASE -- demos/ include/ lib/ tools/ || \
clang-format-15 --diff --binary clang-format-15 --commit $PR_BASE || \
(echo "Please run the following git-clang-format locally to fix the formatting: \n
git-clang-format HEAD~\n
for multiple commits we should place the formatting changes in the related commit with:\n
Expand Down

0 comments on commit 1881ac1

Please sign in to comment.