Skip to content

Commit c5bfcf1

Browse files
committed
update clang format action
1 parent f78099e commit c5bfcf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v3
12-
- uses: DoozyX/clang-format-lint-action@v0.11
12+
- uses: DoozyX/clang-format-lint-action@v0.15
1313
with:
1414
source: 'enzyme/Enzyme'
1515
exclude: './CMakeLists.txt enzyme/Enzyme/SCEV'
1616
style: 'llvm'
17-
clangFormatVersion: 11
17+
clangFormatVersion: 15

0 commit comments

Comments
 (0)