From a5ff7c6339e1c242e5fa512561ec7e36dfbcf256 Mon Sep 17 00:00:00 2001 From: duckdoom5 Date: Thu, 20 Feb 2025 16:10:11 +0100 Subject: [PATCH] Update clang-format-check.yml --- .github/workflows/clang-format-check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 70c1e37b..63a04409 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -25,5 +25,6 @@ jobs: uses: jidicula/clang-format-action@v4.14.0 with: clang-format-version: 19 + fallback-style: none check-path: ${{ matrix.path }} - exclude-regex: '(?:(?:Bindings|CLI)\/)|(?:CppParser\/(?:Parse)?(?:Expr|Stmt))' + exclude-regex: '(Bindings|CLI)/|(CppParser/(Parse)?(Expr|Stmt))'