From ebad55c80a34272ddd79726fd0ccf1579ce11eb9 Mon Sep 17 00:00:00 2001 From: Boshi Lian Date: Mon, 13 Jun 2022 10:25:27 -0700 Subject: [PATCH] temp disable lint --- .github/workflows/go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 02630204..1930e3d6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,10 +32,10 @@ jobs: with: setAllVars: true - - name: golangci-lint - uses: golangci/golangci-lint-action@v3 - with: - args: --timeout=10m -E gofmt +# - name: golangci-lint +# uses: golangci/golangci-lint-action@v3 +# with: +# args: --timeout=10m -E gofmt - name: Build run: |