Skip to content

Commit

Permalink
Update clangFormatVersion to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
TaekyungHeo committed Oct 7, 2024
1 parent 73edb74 commit 0c99065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
uses: actions/checkout@v2

- name: Format and Lint C++ Code
uses: DoozyX/clang-format-lint-action@v0.11
uses: DoozyX/clang-format-lint-action@v0.18.1
with:
source: '.'
extensions: 'cc,cpp,h,hh'
clangFormatVersion: 11
clangFormatVersion: 16
style: file

0 comments on commit 0c99065

Please sign in to comment.