From ebdc61e8fcdcfcc0680ff4d60ce388701708e1b0 Mon Sep 17 00:00:00 2001 From: Sebastien Laithier Date: Wed, 10 May 2023 16:00:40 +0200 Subject: [PATCH] adding CI --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..0fae63e --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,4 @@ +lint: + image: cytopia/golint:latest + script: + - golint main.go