Skip to content

Commit

Permalink
set workflow to clang-format 18.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenfall committed Nov 28, 2024
1 parent 6586def commit a6e0fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
source: '.'
exclude: './extern ./libs'
clangFormatVersion: 18
clangFormatVersion: 18.1.3
inplace: True
- uses: EndBug/add-and-commit@v9
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
source: '.'
exclude: './extern ./libs'
clangFormatVersion: 18
clangFormatVersion: 18.1.3

0 comments on commit a6e0fc1

Please sign in to comment.