From 5e35a1974520ebc3ce57c1c5a0f5a5a2761f7e10 Mon Sep 17 00:00:00 2001 From: Gusted Date: Fri, 21 Nov 2025 12:37:47 +0100 Subject: [PATCH] Run markdownlint over all files (#702) Depends on !629 Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/702 Co-authored-by: Gusted Co-committed-by: Gusted --- .woodpecker/lint.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml index 43c9b65..672aa1b 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -8,9 +8,10 @@ steps: lint-markdown: image: davidanson/markdownlint-cli2:v0.18.1@sha256:173cb697a255a8a985f2c6a83b4f7a8b3c98f4fb382c71c45f1c52e4d4fed63a commands: - - 'markdownlint-cli2 *.{md,markdown}' + - 'markdownlint-cli2 **/*.{md,markdown}' when: - path: '*.{md,markdown}' + path: + include: ['.woodpecker/*.yaml', '*.{md,markdown}'] editor-config: image: mstruebing/editorconfig-checker:v3.4.1@sha256:82d21efc10bbb6a2d029ab9d7cafa7ab0e49250143a75c3ab605a0a28ff8e5ad