Преглед изворни кода

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