From 1881ac18faf0a7afa95c97806156105c31f85305 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Sat, 13 Apr 2024 18:00:27 +0300 Subject: [PATCH] [ci] Enable clang-format on unittests --- .github/workflows/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 4350eaa74..5e6b26971 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -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