Skip to content

Commit b2f46b3

Browse files
committed
Install the golint and goimport
1 parent ddcbdf3 commit b2f46b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
make get
3131
- name: Lint Code
3232
run: |
33+
go get -u golang.org/x/tools/cmd/goimports
34+
go get -u golang.org/x/lint/golint
35+
export PATH=$PATH:$GOPATH/bin
3336
make lint
3437
- name: Test
3538
run: |

0 commit comments

Comments
 (0)