We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9622653 commit a6fe921Copy full SHA for a6fe921
.circleci/config.yml
@@ -75,7 +75,7 @@ commands:
75
template: basic_fail_1
76
77
jobs:
78
- test:
+ lint:
79
machine:
80
image: ubuntu-1604:202104-01
81
resource_class: medium
@@ -117,9 +117,6 @@ jobs:
117
min_instances: 1
118
max_instances: 1
119
EOF
120
- - run:
121
- name: Lint
122
- command: make lint
123
- run:
124
name: Go Tests
125
command: make test
@@ -246,17 +243,20 @@ jobs:
246
243
workflows:
247
244
build:
248
245
+ - lint
249
- test
250
- build-and-deploy-approval:
251
type: approval
252
requires:
253
254
filters:
255
branches:
256
only:
257
- /^[0-9]+\.[0-9]+$/
258
- build-and-upload-cli:
259
260
261
- build-and-deploy-approval
262
0 commit comments