@@ -28,15 +28,15 @@ jobs:
28
28
name : ci-go-lint
29
29
runs-on : ubuntu-latest
30
30
steps :
31
+ - name : Check out code into the Go module directory
32
+ uses : actions/checkout@v3
33
+
31
34
- name : Set up Go 1.x
32
35
uses : actions/setup-go@v4
33
36
with :
34
37
go-version : ${{ env.GO_VERSION }}
35
38
id : go
36
39
37
- - name : Check out code into the Go module directory
38
- uses : actions/checkout@v3
39
-
40
40
- name : Setup environment
41
41
run : |
42
42
make install-tools
@@ -50,15 +50,15 @@ jobs:
50
50
name : ci-validate-manifests
51
51
runs-on : ubuntu-latest
52
52
steps :
53
+ - name : Check out code into the Go module directory
54
+ uses : actions/checkout@v3
55
+
53
56
- name : Set up Go 1.x
54
57
uses : actions/setup-go@v4
55
58
with :
56
59
go-version : ${{ env.GO_VERSION }}
57
60
id : go
58
61
59
- - name : Check out code into the Go module directory
60
- uses : actions/checkout@v3
61
-
62
62
- name : Setup environment
63
63
run : |
64
64
make install-tools
@@ -71,15 +71,15 @@ jobs:
71
71
name : ci-validate-go-modules
72
72
runs-on : ubuntu-latest
73
73
steps :
74
+ - name : Check out code into the Go module directory
75
+ uses : actions/checkout@v3
76
+
74
77
- name : Set up Go 1.x
75
78
uses : actions/setup-go@v4
76
79
with :
77
80
go-version : ${{ env.GO_VERSION }}
78
81
id : go
79
82
80
- - name : Check out code into the Go module directory
81
- uses : actions/checkout@v3
82
-
83
83
- name : Setup environment
84
84
run : |
85
85
make install-tools
@@ -92,15 +92,15 @@ jobs:
92
92
name : ci-validate-docs
93
93
runs-on : ubuntu-latest
94
94
steps :
95
+ - name : Check out code into the Go module directory
96
+ uses : actions/checkout@v3
97
+
95
98
- name : Set up Go 1.x
96
99
uses : actions/setup-go@v4
97
100
with :
98
101
go-version : ${{ env.GO_VERSION }}
99
102
id : go
100
103
101
- - name : Check out code into the Go module directory
102
- uses : actions/checkout@v3
103
-
104
104
- name : Setup environment
105
105
run : |
106
106
make install-tools
@@ -113,15 +113,15 @@ jobs:
113
113
name : ci-unit-tests
114
114
runs-on : ubuntu-latest
115
115
steps :
116
+ - name : Check out code into the Go module directory
117
+ uses : actions/checkout@v3
118
+
116
119
- name : Set up Go 1.x
117
120
uses : actions/setup-go@v4
118
121
with :
119
122
go-version : ${{ env.GO_VERSION }}
120
123
id : go
121
124
122
- - name : Check out code into the Go module directory
123
- uses : actions/checkout@v3
124
-
125
125
- name : Setup environment
126
126
run : |
127
127
make install-tools
@@ -149,15 +149,15 @@ jobs:
149
149
name : ci-benchmark-tests
150
150
runs-on : ubuntu-latest
151
151
steps :
152
+ - name : Check out code into the Go module directory
153
+ uses : actions/checkout@v3
154
+
152
155
- name : Set up Go 1.x
153
156
uses : actions/setup-go@v4
154
157
with :
155
158
go-version : ${{ env.GO_VERSION }}
156
159
id : go
157
160
158
- - name : Check out code into the Go module directory
159
- uses : actions/checkout@v3
160
-
161
161
- name : Setup environment
162
162
run : |
163
163
make install-tools
@@ -170,15 +170,15 @@ jobs:
170
170
name : ci-build-kube-state-metrics
171
171
runs-on : ubuntu-latest
172
172
steps :
173
+ - name : Check out code into the Go module directory
174
+ uses : actions/checkout@v3
175
+
173
176
- name : Set up Go 1.x
174
177
uses : actions/setup-go@v4
175
178
with :
176
179
go-version : ${{ env.GO_VERSION }}
177
180
id : go
178
181
179
- - name : Check out code into the Go module directory
180
- uses : actions/checkout@v3
181
-
182
182
- name : Setup environment
183
183
run : |
184
184
make install-tools
@@ -191,15 +191,15 @@ jobs:
191
191
name : ci-e2e-tests
192
192
runs-on : ubuntu-latest
193
193
steps :
194
+ - name : Check out code into the Go module directory
195
+ uses : actions/checkout@v3
196
+
194
197
- name : Set up Go 1.x
195
198
uses : actions/setup-go@v4
196
199
with :
197
200
go-version : ${{ env.GO_VERSION }}
198
201
id : go
199
202
200
- - name : Check out code into the Go module directory
201
- uses : actions/checkout@v3
202
-
203
203
- name : Setup environment
204
204
run : |
205
205
make install-tools
0 commit comments