mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-16 05:26:31 +00:00
link checker: ignore failures (#4533)
This commit is contained in:
parent
995e71dfac
commit
fe36788fe8
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ when:
|
||||||
steps:
|
steps:
|
||||||
- name: links
|
- name: links
|
||||||
image: docker.io/lycheeverse/lychee:0.15.1
|
image: docker.io/lycheeverse/lychee:0.15.1
|
||||||
|
failure: ignore
|
||||||
depends_on: []
|
depends_on: []
|
||||||
commands:
|
commands:
|
||||||
- lychee pipeline/frontend/yaml/linter/schema/schema.json > links.md
|
- lychee pipeline/frontend/yaml/linter/schema/schema.json > links.md
|
||||||
|
|
Loading…
Reference in a new issue