We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2bee60 commit 7ffb165Copy full SHA for 7ffb165
.github/workflows/clang-format-check.yml
@@ -15,6 +15,5 @@ jobs:
15
- name: Run clang-format style check for C/C++/Protobuf source code.
16
uses: jidicula/[email protected]
17
with:
18
- clang-format-version: '13'
+ clang-format-version: '18'
19
check-path: ${{ matrix.path }}
20
- fallback-style: 'Google'
0 commit comments