From fe00ef8cfaa27f7036c5ff54965aa4820b33cd38 Mon Sep 17 00:00:00 2001 From: fumiama Date: Fri, 27 Aug 2021 16:59:43 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=E4=BF=AE=E6=AD=A3lint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pull.yml | 2 +- .github/workflows/push.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index a4c93246..5e5f2da8 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -37,7 +37,7 @@ jobs: # only-new-issues: true # Optional: if set to true then the action will use pre-installed Go. - # skip-go-installation: true + skip-go-installation: true # Optional: if set to true then the action don't cache or restore ~/go/pkg. # skip-pkg-cache: true diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3b7f8ae5..24ce4662 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -26,6 +26,7 @@ jobs: with: version: latest args: --issues-exit-code=0 + skip-go-installation: true - name: Commit back continue-on-error: true run: |