mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-09 09:05:26 +00:00
static workflow: let lychee pretend to be curl (#4138)
This commit is contained in:
parent
c10d0e0da8
commit
b9586a0265
1 changed files with 2 additions and 2 deletions
|
@ -33,5 +33,5 @@ steps:
|
||||||
depends_on: []
|
depends_on: []
|
||||||
commands:
|
commands:
|
||||||
- lychee pipeline/frontend/yaml/linter/schema/schema.json
|
- lychee pipeline/frontend/yaml/linter/schema/schema.json
|
||||||
- lychee --exclude localhost docs/docs/
|
- lychee --user-agent "curl/8.4.0" --exclude localhost docs/docs/
|
||||||
- lychee --exclude localhost docs/src/pages/
|
- lychee --user-agent "curl/8.4.0" --exclude localhost docs/src/pages/
|
||||||
|
|
Loading…
Reference in a new issue