Skip to content

Commit 36d3400

Browse files
authored
Update e2e.yml
1 parent 114e7d9 commit 36d3400

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ on:
99
description: 'Target repository to test against'
1010
required: false
1111
default: 'llvm/llvm-project'
12-
style:
13-
description: 'Clang-format style'
14-
required: false
15-
default: 'file'
1612

1713
jobs:
1814
e2e-test:
@@ -52,7 +48,7 @@ jobs:
5248
hooks:
5349
- id: clang-format
5450
args: [
55-
--style=${{ github.event.inputs.style || 'file' }},
51+
--style=LLVM,
5652
--version=${{ matrix.clang_version }}
5753
]
5854
EOF
@@ -61,4 +57,4 @@ jobs:
6157
run: |
6258
cd test-repo
6359
pre-commit install
64-
pre-commit run --all-files || true
60+
pre-commit run --all-files

0 commit comments

Comments
 (0)