Skip to content

Commit 78d1e20

Browse files
committed
fix
1 parent c38f6b8 commit 78d1e20

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/ci-format-check-debian13.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,15 @@ jobs:
4141
with:
4242
fetch-depth: 1
4343

44-
- name: git add safe directory
45-
run: git config --global --add safe.directory '*'
46-
4744
- name: Run clang-format check
4845
run: |
4946
shopt -s nullglob globstar
5047
clang-format-19 --version
51-
clang-format-19 --dry-run --Werror tests/**/*.cpp tests/**/*.hpp \
52-
src/**/*.cpp src/**/*.hpp \
53-
moebius/**/*.cpp moebius/**/*.hpp \
54-
3rdparty/lolly/**/*.cpp 3rdparty/lolly/**/*.hpp
48+
clang-format-19 --dry-run --Werror tests/**/*.cpp
49+
clang-format-19 --dry-run --Werror tests/**/*.hpp
50+
clang-format-19 --dry-run --Werror src/**/*.cpp
51+
clang-format-19 --dry-run --Werror src/**/*.hpp
52+
clang-format-19 --dry-run --Werror moebius/**/*.hpp
53+
clang-format-19 --dry-run --Werror moebius/**/*.cpp
54+
clang-format-19 --dry-run --Werror 3rdparty/lolly/**/*.hpp
55+
clang-format-19 --dry-run --Werror 3rdparty/lolly/**/*.cpp

0 commit comments

Comments
 (0)