add markdownlint excludes
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-01-16 13:38:38 +01:00
parent e8fd8e0470
commit 574b7e82c1
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -20,7 +20,7 @@ steps:
image: quay.io/thegeeklab/markdownlint-cli image: quay.io/thegeeklab/markdownlint-cli
group: test group: test
commands: commands:
- markdownlint 'content/**/*.md' 'README.md' - markdownlint 'content/**/*.md' 'README.md' -p .gitignore
- name: spellcheck - name: spellcheck
image: quay.io/thegeeklab/alpine-tools image: quay.io/thegeeklab/alpine-tools