Skip to content

Commit

Permalink
added timeout on lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yseto committed Sep 14, 2022
1 parent 6545358 commit 9d86078
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
with:
args: --timeout 2m
test:
strategy:
matrix:
Expand Down

0 comments on commit 9d86078

Please sign in to comment.