Skip to content

Commit

Permalink
Skip all
Browse files Browse the repository at this point in the history
  • Loading branch information
andresuribe87 committed Mar 23, 2023
1 parent 7859382 commit 769a780
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.51
skip-cache: true

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand All @@ -42,10 +41,10 @@ jobs:

# Optional: if set to true then the all caching functionality will be complete disabled,
# takes precedence over all other caching options.
# skip-cache: true
skip-cache: true

# Optional: if set to true then the action don't cache or restore ~/go/pkg.
# skip-pkg-cache: true
skip-pkg-cache: true

# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
# skip-build-cache: true
skip-build-cache: true

0 comments on commit 769a780

Please sign in to comment.