Update .gitlab-ci.yml file

This commit is contained in:
Sebastien Laithier 2023-05-10 16:12:50 +02:00
parent 902ac38573
commit 0422153f4c

View File

@ -2,7 +2,8 @@ stages:
- lint - lint
- build - build
lint: linter:
stage: lint
image: cytopia/golint:latest image: cytopia/golint:latest
script: script:
- golint main.go - golint main.go