diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 493bb1e..3b2d40e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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'