0
0
mirror of https://github.com/thegeeklab/woodpecker-plugins.git synced 2024-06-02 18:19:41 +02:00
This commit is contained in:
Robert Kaussow 2023-12-22 12:37:42 +01:00
parent 90a62733ca
commit 811d266784
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -26,7 +26,7 @@ steps:
image: quay.io/thegeeklab/alpine-tools
group: test
commands:
- spellchecker --files 'content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls
- spellchecker --files 'content/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls
environment:
FORCE_COLOR: "true"