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))'