Skip to content

Commit

Permalink
Fix format CI by bumping clang-format to 18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Sep 4, 2024
1 parent ef92a81 commit 5d77b9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/formatapply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
steps:
- uses: actions/checkout@v4
# apply the formatting twice as a workaround for a clang-format bug
- uses: DoozyX/[email protected]
- uses: DoozyX/[email protected].2
with:
source: './src'
clangFormatVersion: 18
style: file
inplace: True
- uses: DoozyX/[email protected]
- uses: DoozyX/[email protected].2
with:
source: './src'
clangFormatVersion: 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formatcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
- uses: DoozyX/[email protected].2
with:
source: './src'
clangFormatVersion: 18
Expand Down

0 comments on commit 5d77b9c

Please sign in to comment.