ソースを参照

Prefer explicit caching for lint over cache from lint action

Kellin McAvoy 5 年 前
コミット
eea3addf83
1 ファイル変更2 行追加0 行削除
  1. 2 0
      .github/workflows/ci.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -72,6 +72,8 @@ jobs:
         uses: golangci/golangci-lint-action@v2
         with:
           version: ${{ env.GOLANGCI_VERSION }}
+          skip-pkg-cache: true
+          skip-build-cache: true
 
   check-diff:
     runs-on: ubuntu-18.04