File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818
1919 - 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)' "
2121
2222 # Build and Test Job
2323 build-and-test :
2626 strategy :
2727 fail-fast : true
2828 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++ ]
3232
3333 steps :
3434 - uses : actions/checkout@v4
5555 strategy :
5656 fail-fast : true
5757 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++ ]
6161
6262 steps :
6363 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments