ci: render

Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/873904194
This commit is contained in:
2023-05-21 16:24:54 +00:00
parent 9a051c75bd
commit f6d05f3d99
3 changed files with 10 additions and 2 deletions

View File

@@ -8,3 +8,11 @@
expire_in: 1 hour
paths:
- $CI_PROJECT_DIR/output
.golang-lint:
image: registry.durp.info/golangci/golangci-lint:latest
script:
# Begin of golang-lint.sh
- |
#Build golang api
golangci-lint run ./...
# End of golang-lint.sh