Skip to content

Commit

Permalink
add timeout to golang ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylevin committed Sep 21, 2023
1 parent f6bbfe8 commit ded1b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=30m
version: ${{ env.GOLANGCI_VERSION }}

check-diff:
Expand Down

0 comments on commit ded1b92

Please sign in to comment.