ci: replace deprecated workflow syntax
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-10-31 10:57:37 +01:00
parent 72280c2e51
commit b43dcb3854
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -8,13 +8,13 @@ when:
steps:
- name: markdownlint
image: quay.io/thegeeklab/markdownlint-cli
group: test
depends_on: []
commands:
- markdownlint 'README.md'
- name: spellcheck
image: quay.io/thegeeklab/alpine-tools
group: test
depends_on: []
commands:
- spellchecker --files 'README.md' -d .dictionary -p spell indefinite-article syntax-urls
environment:
@ -22,6 +22,6 @@ steps:
- name: link-validation
image: docker.io/lycheeverse/lychee
group: test
depends_on: []
commands:
- lychee --no-progress --format detailed README.md