File tree Expand file tree Collapse file tree 8 files changed +8
-0
lines changed
Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 5858 status :
5959 runs-on : ubuntu-24.04
6060 if : always()
61+ name : Actions
6162 needs :
6263 - gh-actions
6364 steps :
Original file line number Diff line number Diff line change 3838 status :
3939 runs-on : ubuntu-24.04
4040 if : always()
41+ name : Clang-tidy parser
4142 needs :
4243 - test
4344 steps :
Original file line number Diff line number Diff line change 2626 status :
2727 runs-on : ubuntu-24.04
2828 if : always()
29+ name : Lint
2930 needs :
3031 - lint
3132 steps :
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ jobs:
167167 status :
168168 runs-on : ubuntu-24.04
169169 if : always()
170+ name : Python
170171 needs :
171172 - test
172173 - lint
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ jobs:
128128 status :
129129 runs-on : ubuntu-24.04
130130 if : always()
131+ name : Rust
131132 needs :
132133 - test
133134 steps :
Original file line number Diff line number Diff line change 8080 status :
8181 runs-on : ubuntu-24.04
8282 if : always()
83+ name : Sanitizers
8384 needs :
8485 - build
8586 steps :
Original file line number Diff line number Diff line change 4545 status :
4646 runs-on : ubuntu-24.04
4747 if : always()
48+ name : Sh
4849 needs :
4950 - shebang
5051 steps :
Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ jobs:
240240 status :
241241 runs-on : ubuntu-24.04
242242 if : always()
243+ name : Sysroot
243244 needs :
244245 - build
245246 steps :
You can’t perform that action at this time.
0 commit comments