Skip to content

Commit b712d82

Browse files
committed
update e2e.yml
1 parent 8fbdb7e commit b712d82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
clang_version: [16, 17, 18, 19, 20, 21]
15+
clang_style: [LLVM, Google, Chromium, Mozilla, WebKit]
1516

1617
name: Test clang ${{ matrix.clang_version }}
1718
steps:
@@ -37,7 +38,7 @@ jobs:
3738
rev: ${{ github.sha }}
3839
hooks:
3940
- id: clang-format
40-
args: [--style=LLVM, --version=${{ matrix.clang_version }}]
41+
args: [--style=${{ matrix.clang_style }}, --version=${{ matrix.clang_version }}]
4142
EOF
4243
4344
pre-commit install

0 commit comments

Comments
 (0)