Browse Source

Merge pull request #54 from mcavoyk/cleanup-lint

Cleanup lint stage
Kellin 5 years ago
parent
commit
4c5cf76714
2 changed files with 3 additions and 1 deletions
  1. 2 0
      .github/workflows/ci.yml
  2. 1 1
      hack/api-docs/mkdocs.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

+ 1 - 1
hack/api-docs/mkdocs.yml

@@ -1,4 +1,4 @@
-site_name: External Secrets Opereator
+site_name: External Secrets Operator
 repo_url: https://github.com/external-secrets/external-secrets
 repo_name: External Secrets Operator
 site_dir: site