mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 09:38:49 +02:00
fix:#34 increased timeout for linter
This commit is contained in:
@ -26,7 +26,7 @@ lint-backend:
|
||||
- cd backend
|
||||
- go mod download
|
||||
- golangci-lint --version
|
||||
- golangci-lint run -v --skip-dirs=migrations
|
||||
- golangci-lint run -v --skip-dirs=migrations --timeout=5m
|
||||
|
||||
|
||||
build-backend:
|
||||
|
Reference in New Issue
Block a user