ci: render

Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/1084871367
This commit is contained in:
2023-11-25 12:39:08 +00:00
parent d8f93f8f9e
commit fd1fb54314

View File

@@ -18,5 +18,5 @@
# Begin of golang-lint.sh
- |
#run linter
golangci-lint run ./... --timeout 5m0s
golangci-lint run ./... --timeout 5m0s -D typecheck
# End of golang-lint.sh