add markdownlint excludes
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details

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
1 changed files with 1 additions and 1 deletions

View File

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