Skip to content

Commit

Permalink
Update to clang-format 17 (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed May 24, 2024
1 parent ff2e871 commit ef3a6f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: DoozyX/clang-format-lint-action@master
name: "Verify formatting"
with:
clangFormatVersion: 16
clangFormatVersion: 17

coverage:
name: "coverage"
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ coverage:
formatting:
image: docker:latest
variables:
CLANGFORMAT_VERSION: 16
CLANGFORMAT_VERSION: 17
services:
- docker:dind
before_script:
Expand Down

0 comments on commit ef3a6f0

Please sign in to comment.