Skip to content

Commit

Permalink
Use newer ClangFormat to avoid reformat (locally it accepts the curre…
Browse files Browse the repository at this point in the history
…nt code)
  • Loading branch information
wenzeslaus committed Dec 20, 2024
1 parent b277be2 commit b99b0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
docker build -t doozyx/clang-format-lint-action "github.com/DoozyX/clang-format-lint-action"
- name: Run clang-format lint
run: |
docker run --rm --workdir /src -v $(pwd):/src doozyx/clang-format-lint-action --clang-format-executable /clang-format/clang-format10 -r --exclude .git include/*/*.hpp tests/*.cpp
docker run --rm --workdir /src -v $(pwd):/src doozyx/clang-format-lint-action --clang-format-executable /clang-format/clang-format18 -r --exclude .git include/*/*.hpp tests/*.cpp

0 comments on commit b99b0cd

Please sign in to comment.