ci: render

Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/942415527
This commit is contained in:
2023-07-23 18:28:55 +00:00
parent 2634feeec8
commit fd1f95c73b

View File

@@ -17,6 +17,6 @@
script:
# Begin of golang-lint.sh
- |
#Build golang api
golangci-lint run ./...
#run linter
golangci-lint run ./... --timeout 5m0s
# End of golang-lint.sh