From 5f0b8961fafebc946aa88a2d6d803f530c067221 Mon Sep 17 00:00:00 2001 From: Abingcbc Date: Thu, 2 Jan 2025 10:33:33 +0800 Subject: [PATCH] fix --- .github/workflows/static-check.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static-check.yaml b/.github/workflows/static-check.yaml index f5870f2cb8..f7be089dd7 100644 --- a/.github/workflows/static-check.yaml +++ b/.github/workflows/static-check.yaml @@ -86,8 +86,10 @@ jobs: - name: C++ Core Lint uses: jidicula/clang-format-action@v4.13.0 with: - clang-format-version: '13' + clang-format-version: '14' check-path: 'core' + include-regex: '.*\.(cpp|h)$' + fallback-style: 'Google' - name: Go Plugin Lint run: make lint