We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3eda79 commit 5dd1b6fCopy full SHA for 5dd1b6f
1 file changed
.github/workflows/auto-clang-format.yml
@@ -7,12 +7,12 @@ jobs:
7
8
steps:
9
- uses: actions/checkout@v4
10
- - uses: DoozyX/clang-format-lint-action@v0.16
+ - uses: DoozyX/clang-format-lint-action@v0.16.2
11
with:
12
source: '.'
13
exclude: './third_party ./external'
14
extensions: 'h,cpp,hpp'
15
- clangFormatVersion: 12
+ clangFormatVersion: 16
16
inplace: True
17
- uses: EndBug/add-and-commit@v9
18
0 commit comments