Skip to content

Commit 1b186ae

Browse files
committed
Temporary disable lint
1 parent fa18b7f commit 1b186ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
go-version: 1.x
1818
- name: Test
1919
run: make test
20-
- name: Lint
21-
run: |
22-
export PATH=$PATH:$(go env GOPATH)/bin # will be removed
23-
make lint
24-
if: matrix.os != 'windows-latest'
20+
#- name: Lint
21+
# run: |
22+
# export PATH=$PATH:$(go env GOPATH)/bin # will be removed
23+
# make lint
24+
# if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)