Skip to content

Commit

Permalink
Update to clang-format version 17
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed May 15, 2024
1 parent d2bb9be commit bf20b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '13'
clang-format-version: '17'
check-path: ${{ matrix.path['check'] }}
exclude-regex: ${{ matrix.path['exclude'] }}
fallback-style: 'LLVM' # optional

0 comments on commit bf20b5e

Please sign in to comment.