From cc163c16f5349e8e589897619615a1971662c01e Mon Sep 17 00:00:00 2001 From: Taqi Tahmid Date: Sun, 11 Jan 2026 14:43:03 +0200 Subject: [PATCH] fix gitlab ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9247a79..9b5a663 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ dast: markdown_lint: stage: lint image: ghcr.io/igorshubovych/markdownlint-cli:latest - allow_failures: true + allow_failure: true rules: - changes: - "**/*.md"