run lint only in Windows on CI

This commit is contained in:
itchyny 2020-01-08 21:40:48 +09:00
parent 0d04839f74
commit 8d8f64a51c

View file

@ -21,3 +21,4 @@ jobs:
run: |
export PATH=$PATH:$(go env GOPATH)/bin # will be removed
make lint
if: matrix.os != 'windows-latest'