From b91adf443134805b5709aa7b73b785897618f99c Mon Sep 17 00:00:00 2001 From: Bradley White <14679271+devbww@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:09:20 -0400 Subject: [PATCH] cleanup(ci): use the default alternative for clang-format (#243) --- .github/workflows/style.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index d80dfa5..c66afb4 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -15,7 +15,7 @@ jobs: run: pip install cmakelang==0.6.13 - uses: actions/checkout@v3 - name: clang-format - run: git ls-files -z | grep -zE '\.(cc|h)$' | xargs -P 2 -n 50 -0 clang-format-10 -i + run: git ls-files -z | grep -zE '\.(cc|h)$' | xargs -P 2 -n 50 -0 clang-format -i - name: cmake-format run: > git ls-files -z | grep -zE '((^|/)CMakeLists\.txt|\.cmake)$' |