Skip to content

Commit

Permalink
Update GH Action clang-format to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin authored Sep 18, 2024
1 parent 713497d commit 68135ca
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,6 +20,6 @@ jobs:
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/[email protected]
with:
clang-format-version: "18"
clang-format-version: "19"
check-path: ${{ matrix.path['check'] }}
exclude-regex: ${{ matrix.path['exclude'] }}

0 comments on commit 68135ca

Please sign in to comment.