Skip to content

Commit

Permalink
Temporary disable lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Sep 18, 2020
1 parent fa18b7f commit 1b186ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
go-version: 1.x
- name: Test
run: make test
- name: Lint
run: |
export PATH=$PATH:$(go env GOPATH)/bin # will be removed
make lint
if: matrix.os != 'windows-latest'
#- name: Lint
# run: |
# export PATH=$PATH:$(go env GOPATH)/bin # will be removed
# make lint
# if: matrix.os != 'windows-latest'

0 comments on commit 1b186ae

Please sign in to comment.