Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit f5415b0

Browse files
committed
Add golangci-lint to circle
1 parent fe64b60 commit f5415b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- run: go get golang.org/x/tools/cmd/goimports
2525
- run: "! goimports ./... 2>&1 | read"
2626
- run: "! go mod tidy ./... 2>&1 | read"
27+
- run: go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
28+
- run: "! golangci-lint 2>&1 | read"
2729
workflows:
2830
version: 2
2931
build:

0 commit comments

Comments
 (0)