File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ commands:
75
75
template : basic_fail_1
76
76
77
77
jobs :
78
- test :
78
+ lint :
79
79
machine :
80
80
image : ubuntu-1604:202104-01
81
81
resource_class : medium
@@ -117,9 +117,6 @@ jobs:
117
117
min_instances: 1
118
118
max_instances: 1
119
119
EOF
120
- - run :
121
- name : Lint
122
- command : make lint
123
120
- run :
124
121
name : Go Tests
125
122
command : make test
@@ -246,17 +243,20 @@ jobs:
246
243
workflows :
247
244
build :
248
245
jobs :
246
+ - lint
249
247
- test
250
248
- build-and-deploy-approval :
251
249
type : approval
252
250
requires :
251
+ - lint
253
252
- test
254
253
filters :
255
254
branches :
256
255
only :
257
256
- /^[0-9]+\.[0-9]+$/
258
257
- build-and-upload-cli :
259
258
requires :
259
+ - lint
260
260
- test
261
261
- build-and-deploy-approval
262
262
filters :
You can’t perform that action at this time.
0 commit comments