Skip to content

Commit a9880c8

Browse files
committed
Update action yml
1 parent 7c39c48 commit a9880c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
export GO111MODULE=on
2020
go mod download
2121
go get -u github.com/kyoh86/scopelint
22-
- name: Lint
23-
run: |
24-
scopelint ./...
22+
# - name: Lint
23+
# run: |
24+
# scopelint ./...
2525
- name: fmt
2626
run: go fmt ./...
2727
- name: vet

0 commit comments

Comments
 (0)