From 8b58f6a10f0be8558c20135680e3e0ae8f40fbab Mon Sep 17 00:00:00 2001 From: pigeonmoelleux Date: Sun, 23 Jun 2024 00:55:15 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20ci=20(mais=20j'ai=20test=C3=A9=20avant)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1188de..04082bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,4 +7,4 @@ style: stage: style image: registry.gitlab.com/pipeline-components/markdownlint:latest script: - - if [[ $(mdl .) ]]; then true; else false; fi + - mdl .