From c82cc48290436c47eabcbf5f34cefc767b421fdd Mon Sep 17 00:00:00 2001 From: Srinivas Vasudevan Date: Thu, 30 May 2024 14:19:19 -0700 Subject: [PATCH] Figure out config differences, by adding changed config --- .github/workflows/clang-format.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index cd6a45f..c27b80a 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -17,6 +17,5 @@ jobs: run : | sudo apt-get update && sudo apt-get install -yq clang clang-format - name: Run clang-format - run: clang-format --dump-config - run: cd cxx && clang-format --dry-run -Werror --verbose *.cc *.hh \ + run: clang-format --dump-config && cd cxx && clang-format --dry-run -Werror --verbose *.cc *.hh \ *.hpp distributions/*.cc distributions/*.hh tests/*.cc