Skip to content

Commit 7e28b8b

Browse files
committed
Update clangformat CI check
1 parent 4bf1475 commit 7e28b8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@ jobs:
113113
runs-on: ubuntu-latest
114114
steps:
115115
- uses: actions/checkout@main
116-
- uses: DoozyX/clang-format-lint-action@master
116+
- uses: jidicula/clang-format-action@main
117117
name: "Verify formatting"
118118
with:
119-
clangFormatVersion: 17
119+
clang-format-version: 19
120+
exclude-regex: "/3rd-party/"
120121

0 commit comments

Comments
 (0)