Skip to content

Commit

Permalink
enable cache for linter in Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi2Day committed Apr 11, 2024
1 parent 57a8798 commit 3cc0d14
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@ jobs:
with:
go-version-file: "go.mod"
check-latest: true
cache: false
- uses: "golangci/golangci-lint-action@v4"
# cache: false
- uses: "golangci/golangci-lint-action@v4"
with:
version: "latest"
args: --timeout=10m
skip-cache: false

0 comments on commit 3cc0d14

Please sign in to comment.