From 0d2eaa3c098b3e2554f8979b91bb4fbfbf489e7d Mon Sep 17 00:00:00 2001 From: Sebastien Laithier Date: Wed, 10 May 2023 16:14:20 +0200 Subject: [PATCH] update CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c36eaf9..78598d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ linter: stage: lint image: cytopia/golint:latest script: + - cd app/ - golint main.go compile: