Update main.yml

This commit is contained in:
thinkerou 2019-11-30 16:40:47 +08:00 committed by GitHub
parent c257df193b
commit ce1cf63c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ jobs:
- name: Lint Go code - name: Lint Go code
run: | run: |
export PATH=$PATH:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14 export PATH=${PATH}:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14
go get -u golang.org/x/lint/golint go get -u golang.org/x/lint/golint
go get -u github.com/client9/misspell/cmd/misspell go get -u github.com/client9/misspell/cmd/misspell
make vet make vet