Skip to content

Commit

Permalink
.github: disable flaky caching in golangci action
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Zelinskie <jimmy@zelinskie.com>
  • Loading branch information
jzelinskie committed Oct 14, 2021
1 parent e264e9c commit ac135ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- uses: "golangci/golangci-lint-action@v2"
with:
version: "v1.42"
skip-go-installation: true
skip-pkg-cache: true
skip-build-cache: false
- name: "Go Generate"
run: "go generate ./... && bash -c '[ $(git status --porcelain | tee /dev/fd/2 | wc -c) -eq 0 ]'"

Expand Down

0 comments on commit ac135ea

Please sign in to comment.