mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
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:
parent
941914f698
commit
5e35a19745
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue