Skip to content

Commit

Permalink
Disable golangci-lint action cache (gravitational#30780)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama authored Aug 21, 2023
1 parent dcb81d7 commit 35bbfe3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,31 @@ jobs:
with:
version: latest
working-directory: api
skip-cache: true
- name: golangci-lint (teleport)
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --build-tags libfido2,piv
skip-cache: true
- name: golangci-lint (kube-agent-updater)
uses: golangci/golangci-lint-action@v3
with:
version: latest
working-directory: integrations/kube-agent-updater
skip-cache: true
- name: golangci-lint (assets/backport)
uses: golangci/golangci-lint-action@v3
with:
version: latest
working-directory: assets/backport
skip-cache: true
- name: golangci-lint (build.assets/tooling)
uses: golangci/golangci-lint-action@v3
with:
version: latest
working-directory: build.assets/tooling
skip-cache: true

- uses: bufbuild/buf-setup-action@v1
with:
Expand Down

0 comments on commit 35bbfe3

Please sign in to comment.