mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-01 03:05:05 +00:00
link checker: ignore failures (#4533)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user