Skip to content

Commit

Permalink
Merge pull request #935 from mackerelio/timeout-lint
Browse files Browse the repository at this point in the history
added timeout on lint
  • Loading branch information
yseto committed Sep 15, 2022
2 parents 6545358 + 9d86078 commit 0d72365
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
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 0d72365

Please sign in to comment.