Skip to content

Commit

Permalink
Merge pull request #91 from storyprotocol/feat/increase_golangci_lint…
Browse files Browse the repository at this point in the history
…_timeout

[fix] increase golangci timeout to 5 mins
  • Loading branch information
AndyBoWu authored Aug 15, 2024
2 parents e151977 + 7269716 commit 4d40caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-lint-go-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: |
echo "Running golangci-lint"
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
golangci-lint run
golangci-lint run --timeout 5m

0 comments on commit 4d40caf

Please sign in to comment.