Skip to content

Commit 8761add

Browse files
committed
Upgrade clang-format version
1 parent 90191e3 commit 8761add

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clang-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
with:
2020
submodules: recursive
2121

22-
- uses: DoozyX/clang-format-lint-action@v0.15
22+
- uses: DoozyX/clang-format-lint-action@v0.16
2323
with:
2424
source: './include ./src'
2525
exclude: './include/tao/json/external'
2626
extensions: 'hpp,cpp'
27-
clangFormatVersion: 15
27+
clangFormatVersion: 16

0 commit comments

Comments
 (0)