Update .gitlab-ci.yml file

This commit is contained in:
Sebastien Laithier 2023-05-10 16:11:37 +02:00
parent a3cd8c06a8
commit 902ac38573

View File

@ -5,7 +5,7 @@ stages:
lint:
image: cytopia/golint:latest
script:
- golint main.go
- golint main.go
compile:
stage: build