File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Fmt
22
33on :
44 push :
5- pull_request :
65
76jobs :
87 check_fmt :
Original file line number Diff line number Diff line change 11name : license-check
22
33on :
4- pull_request :
54 push :
6- branch :
7- - main
85
96jobs :
107 license :
118 runs-on : ubuntu-24.04
129 steps :
1310 - uses : actions/checkout@master
1411 - name : Check License Header
15- uses : apache/skywalking-eyes/header@55373684d1b70e5f8fd9fc8ec114a89ad11a56a3
12+ uses : apache/skywalking-eyes/header@55373684d1b70e5f8fd9fc8ec114a89ad11a56a3
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Test
22
33on :
44 push :
5- pull_request :
65
76jobs :
87 test :
1312 - uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
1413 with :
1514 toolchain : stable
16-
15+
1716 - uses : michaelkaye/setup-matrix-synapse@main
1817 with :
1918 uploadLogs : true
You can’t perform that action at this time.
0 commit comments