From 2192ceb5882211553b2335316388c2a6e7ff226e Mon Sep 17 00:00:00 2001 From: Christophe Chaudier <christophe@lydra.fr> Date: Tue, 1 Apr 2025 15:43:31 +0200 Subject: [PATCH] ci: add lint --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..753ca64 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +lint: + stage: test + image: alpine:3.21 + script: + - echo "🔎 Lint" -- GitLab