We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114e7d9 commit 36d3400Copy full SHA for 36d3400
.github/workflows/e2e.yml
@@ -9,10 +9,6 @@ on:
9
description: 'Target repository to test against'
10
required: false
11
default: 'llvm/llvm-project'
12
- style:
13
- description: 'Clang-format style'
14
- required: false
15
- default: 'file'
16
17
jobs:
18
e2e-test:
@@ -52,7 +48,7 @@ jobs:
52
48
hooks:
53
49
- id: clang-format
54
50
args: [
55
- --style=${{ github.event.inputs.style || 'file' }},
51
+ --style=LLVM,
56
--version=${{ matrix.clang_version }}
57
]
58
EOF
@@ -61,4 +57,4 @@ jobs:
61
run: |
62
cd test-repo
63
59
pre-commit install
64
- pre-commit run --all-files || true
60
+ pre-commit run --all-files
0 commit comments