Skip to content

Commit

Permalink
chore: Update clang-format-lint-action for clang-format18
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinani committed Nov 6, 2024
1 parent 9ac341c commit 4e5163b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check style
uses: DoozyX/clang-format-lint-action@v0.17
uses: DoozyX/clang-format-lint-action@v0.18.2
with:
clangFormatVersion: 12
clangFormatVersion: 18
cppcheck:
runs-on: ubuntu-latest
needs: [style]
Expand Down

0 comments on commit 4e5163b

Please sign in to comment.