mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-31 11:53:03 +00:00
link checker: ignore failures (#4533)
This commit is contained in:
@@ -5,6 +5,7 @@ when:
|
||||
steps:
|
||||
- name: links
|
||||
image: docker.io/lycheeverse/lychee:0.15.1
|
||||
failure: ignore
|
||||
depends_on: []
|
||||
commands:
|
||||
- lychee pipeline/frontend/yaml/linter/schema/schema.json > links.md
|
||||
|
Reference in New Issue
Block a user