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 4ea6ebc commit 44a158eCopy full SHA for 44a158e
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Run clang-format style check for C/C++/Protobuf programs.
47
uses: jidicula/clang-format-action@6cd220de46c89139a0365edae93eee8eb30ca8fe # v4.16.0
48
with:
49
- clang-format-version: '13'
+ clang-format-version: '19'
50
check-path: ${{ matrix.path }}
51
fallback-style: 'Mozilla' # optional
52
0 commit comments