Skip to content

Commit

Permalink
chore(ci): set 10 minute golangci-lint timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <cgianelloni@applause.com>
  • Loading branch information
wolf31o2 committed Apr 1, 2023
1 parent 3c9aa73 commit b4225bc
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,4 @@ 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.2 # current version at time of commit

# Optional: working directory, useful for monorepos
# working-directory: somedir

# Optional: golangci-lint command line arguments.
# args: --issues-exit-code=0

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true

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

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

0 comments on commit b4225bc

Please sign in to comment.