Add timeout to golang ci lint

This commit is contained in:
Jannis Mattheis 2021-01-06 15:12:26 +01:00
parent 48e55d5765
commit d0f47c738b
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ jobs:
- uses: golangci/golangci-lint-action@v2 - uses: golangci/golangci-lint-action@v2
with: with:
version: v1.31 version: v1.31
args: --timeout=5m
- run: go mod download - run: go mod download
- run: make download-tools - run: make download-tools
- run: (cd ui && yarn) - run: (cd ui && yarn)