Browse Source

Update clang-format-check.yml

pull/1912/head
duckdoom5 4 months ago
parent
commit
a5ff7c6339
  1. 3
      .github/workflows/clang-format-check.yml

3
.github/workflows/clang-format-check.yml

@ -25,5 +25,6 @@ jobs: @@ -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))'

Loading…
Cancel
Save