File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v4
18
18
19
19
- name : Check Code Format
20
- run : echo " TODO: Add code formatting check (e.g., clang-format)"
20
+ run : " echo ' TODO: Add code formatting check (e.g., clang-format)' "
21
21
22
22
# Build and Test Job
23
23
build-and-test :
26
26
strategy :
27
27
fail-fast : true
28
28
matrix :
29
- platform : [ubuntu-latest, macos-latest]
30
- build_type : [Debug, Release]
31
- cxx : [clang++]
29
+ platform : [ ubuntu-latest, macos-latest ]
30
+ build_type : [ Debug, Release ]
31
+ cxx : [ clang++ ]
32
32
33
33
steps :
34
34
- uses : actions/checkout@v4
55
55
strategy :
56
56
fail-fast : true
57
57
matrix :
58
- platform : [ubuntu-latest, macos-latest]
59
- build_type : [Release]
60
- cxx : [clang++]
58
+ platform : [ ubuntu-latest, macos-latest ]
59
+ build_type : [ Release ]
60
+ cxx : [ clang++ ]
61
61
62
62
steps :
63
63
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments