From 832a096a06ae5506515df7be453f63cb4247bfc8 Mon Sep 17 00:00:00 2001 From: biologist79 Date: Tue, 24 Sep 2024 21:39:17 +0200 Subject: [PATCH] test --- .github/workflows/clang-format-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 9e50db8c..cbe4691c 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -10,6 +10,6 @@ jobs: - name: Run clang-format style check for C/C++/Protobuf programs. uses: jidicula/clang-format-action@v4.13.0 with: - clang-format-version: '13' + clang-format-version: '17' check-path: 'src' fallback-style: 'LLVM' # optional