File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments