Skip to content

Commit

Permalink
feat: adds golangci lint timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Singh <[email protected]>
  • Loading branch information
semmet95 committed Dec 28, 2024
1 parent e12736f commit ef612f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Golangci-lint
uses: golangci/[email protected]
with:
args: --timeout=5m

- name: Unit Tests
run: make unit-tests
Expand Down

0 comments on commit ef612f6

Please sign in to comment.