Skip to content

Commit

Permalink
Add workaround for golangci-lint errors (nginxinc#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored and amimimor committed Apr 3, 2024
1 parent 78622d3 commit 58b71f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
with:
args: --timeout 10m0s
# Disable caching as a workaround for https://github.com/golangci/golangci-lint-action/issues/135.
skip-pkg-cache: true

njs-lint:
name: NJS Lint
Expand Down

0 comments on commit 58b71f3

Please sign in to comment.