Skip to content

Commit a5ff7c6

Browse files
committed
Update clang-format-check.yml
1 parent fa73f57 commit a5ff7c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ jobs:
2525
uses: jidicula/[email protected]
2626
with:
2727
clang-format-version: 19
28+
fallback-style: none
2829
check-path: ${{ matrix.path }}
29-
exclude-regex: '(?:(?:Bindings|CLI)\/)|(?:CppParser\/(?:Parse)?(?:Expr|Stmt))'
30+
exclude-regex: '(Bindings|CLI)/|(CppParser/(Parse)?(Expr|Stmt))'

0 commit comments

Comments
 (0)