Skip to content

Commit 7c39c48

Browse files
committed
Update action yml
1 parent 0c83fdf commit 7c39c48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
run: |
1919
export GO111MODULE=on
2020
go mod download
21+
go get -u github.com/kyoh86/scopelint
2122
- name: Lint
2223
run: |
2324
scopelint ./...
@@ -27,5 +28,3 @@ jobs:
2728
run: go vet ./...
2829
- name: Build
2930
run: go build -v .
30-
31-

0 commit comments

Comments
 (0)