From 1b186ae3cc16ca9eb2d1f52c89d5f7a7bcd156e5 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Fri, 18 Sep 2020 14:55:35 +0900 Subject: [PATCH] Temporary disable lint --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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'