Skip to content

Commit

Permalink
update make install
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps committed Apr 24, 2021
1 parent 074e0aa commit bc8ceed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ jobs:
with:
go-version: 1.16

- name: Install
run: make install

- name: Lint
run: make lint
8 changes: 6 additions & 2 deletions scripts/make-install.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bc8ceed

Please sign in to comment.