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 .