mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-19 15:57:48 +08:00
Update main.yml
This commit is contained in:
parent
c257df193b
commit
ce1cf63c8a
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Lint Go code
|
||||
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 github.com/client9/misspell/cmd/misspell
|
||||
make vet
|
||||
|
Loading…
x
Reference in New Issue
Block a user