File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
install :
14
14
if : " !contains(github.event.head_commit.message, 'skip ci')"
15
15
name : Install
16
- runs-on : ${{ matrix.os }}
17
-
18
16
strategy :
19
17
matrix :
20
18
os : [ubuntu-latest]
21
19
node : [20]
22
20
21
+ runs-on : ${{ matrix.os }}
22
+
23
23
steps :
24
24
- uses : actions/setup-node@v4
25
25
with :
@@ -55,13 +55,13 @@ jobs:
55
55
semantic-version :
56
56
name : Semantic Release
57
57
needs : install
58
- runs-on : ${{ matrix.os }}
59
-
60
58
strategy :
61
59
matrix :
62
60
os : [ubuntu-latest]
63
61
node : [20]
64
62
63
+ runs-on : ${{ matrix.os }}
64
+
65
65
steps :
66
66
- uses : actions/setup-node@v4
67
67
with :
@@ -88,13 +88,13 @@ jobs:
88
88
sonarcloud :
89
89
name : SonarCloud
90
90
needs : semantic-version
91
- runs-on : ${{ matrix.os }}
92
-
93
91
strategy :
94
92
matrix :
95
93
os : [ubuntu-latest]
96
94
node : [20]
97
95
96
+ runs-on : ${{ matrix.os }}
97
+
98
98
steps :
99
99
- uses : actions/checkout@v4
100
100
with :
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
install :
14
14
if : " !contains(github.event.head_commit.message, 'skip ci')"
15
15
name : Install
16
- runs-on : ${{ matrix.os }}
17
-
18
16
strategy :
19
17
matrix :
20
18
os : [ubuntu-latest]
21
19
node : [20]
22
20
21
+ runs-on : ${{ matrix.os }}
22
+
23
23
steps :
24
24
- uses : actions/setup-node@v4
25
25
with :
@@ -55,13 +55,13 @@ jobs:
55
55
sonarcloud :
56
56
name : SonarCloud
57
57
needs : install
58
- runs-on : ${{ matrix.os }}
59
-
60
58
strategy :
61
59
matrix :
62
60
os : [ubuntu-latest]
63
61
node : [20]
64
62
63
+ runs-on : ${{ matrix.os }}
64
+
65
65
steps :
66
66
- uses : actions/checkout@v4
67
67
with :
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
install :
14
14
if : " !contains(github.event.head_commit.message, 'skip ci')"
15
15
name : Install
16
- runs-on : ${{ matrix.os }}
17
-
18
16
strategy :
19
17
matrix :
20
18
os : [ubuntu-latest]
21
19
node : [20]
22
20
21
+ runs-on : ${{ matrix.os }}
22
+
23
23
steps :
24
24
- uses : actions/setup-node@v4
25
25
with :
@@ -55,13 +55,13 @@ jobs:
55
55
semantic-version :
56
56
name : Semantic Release
57
57
needs : install
58
- runs-on : ${{ matrix.os }}
59
-
60
58
strategy :
61
59
matrix :
62
60
os : [ubuntu-latest]
63
61
node : [20]
64
62
63
+ runs-on : ${{ matrix.os }}
64
+
65
65
steps :
66
66
- uses : actions/setup-node@v4
67
67
with :
@@ -88,13 +88,13 @@ jobs:
88
88
sonarcloud :
89
89
name : SonarCloud
90
90
needs : semantic-version
91
- runs-on : ${{ matrix.os }}
92
-
93
91
strategy :
94
92
matrix :
95
93
os : [ubuntu-latest]
96
94
node : [20]
97
95
96
+ runs-on : ${{ matrix.os }}
97
+
98
98
steps :
99
99
- uses : actions/checkout@v4
100
100
with :
You can’t perform that action at this time.
0 commit comments