Skip to content

Commit

Permalink
feature: added more timeout to linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas De Meyer committed Sep 27, 2022
1 parent b505814 commit e9267e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --issues-exit-code=0
args: --issues-exit-code=0 --timeout=3m --verbose

unit-tests:
name: Unit Tests
Expand Down

0 comments on commit e9267e4

Please sign in to comment.