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:
7575 template : basic_fail_1
7676
7777jobs :
78- test :
78+ lint :
7979 machine :
8080 image : ubuntu-1604:202104-01
8181 resource_class : medium
@@ -117,9 +117,6 @@ jobs:
117117 min_instances: 1
118118 max_instances: 1
119119 EOF
120- - run :
121- name : Lint
122- command : make lint
123120 - run :
124121 name : Go Tests
125122 command : make test
@@ -246,17 +243,20 @@ jobs:
246243workflows :
247244 build :
248245 jobs :
246+ - lint
249247 - test
250248 - build-and-deploy-approval :
251249 type : approval
252250 requires :
251+ - lint
253252 - test
254253 filters :
255254 branches :
256255 only :
257256 - /^[0-9]+\.[0-9]+$/
258257 - build-and-upload-cli :
259258 requires :
259+ - lint
260260 - test
261261 - build-and-deploy-approval
262262 filters :
You can’t perform that action at this time.
0 commit comments