mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
update make install
This commit is contained in:
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@@ -14,5 +14,8 @@ jobs:
|
||||
with:
|
||||
go-version: 1.16
|
||||
|
||||
- name: Install
|
||||
run: make install
|
||||
|
||||
- name: Lint
|
||||
run: make lint
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
go get github.com/alecthomas/gometalinter
|
||||
gometalinter --install --update
|
||||
go install ./vendor/github.com/alecthomas/gometalinter
|
||||
|
||||
go install ./vendor/golang.org/x/lint/golint
|
||||
go install ./vendor/github.com/alecthomas/gocyclo
|
||||
go install ./vendor/github.com/gordonklaus/ineffassign
|
||||
go install ./vendor/github.com/client9/misspell
|
||||
|
||||
Reference in New Issue
Block a user