Run markdownlint over all files (#702)

Depends on !629

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/702
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
This commit is contained in:
Gusted 2025-11-21 12:37:47 +01:00 committed by Gusted
parent 941914f698
commit 5e35a19745

View file

@ -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