Skip to content

Commit f7b2a5d

Browse files
author
Julien Pivotto
authored
Merge pull request #67 from LeviHarrison/remove-lint-job
Remove unused `lint` job
2 parents cb87008 + 6a3c3d7 commit f7b2a5d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.circleci/config.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ orbs:
55
go: circleci/[email protected]
66

77
jobs:
8-
lint:
9-
docker:
10-
- image: circleci/golang:1.15
11-
working_directory: /go/src/github.com/prometheus/exporter-toolkit
12-
steps:
13-
- checkout
14-
- run: make lint
158
test:
169
parameters:
1710
go_version:
@@ -42,8 +35,7 @@ workflows:
4235
version: 2
4336
tests:
4437
jobs:
45-
# Support the last two go relases, as per https://golang.org/dl/
46-
- lint
38+
# Support the last two go releases, as per https://golang.org/dl/.
4739
- test:
4840
name: go-1-14
4941
go_version: "1.14"

0 commit comments

Comments
 (0)