mirror of
https://github.com/dockur/windows.git
synced 2026-05-06 14:41:24 +00:00
Add link validation step to check workflow using lychee-action
Co-authored-by: kroese <5763256+kroese@users.noreply.github.com> Agent-Logs-Url: https://github.com/dockur/windows/sessions/503e047a-2b98-42fd-985e-3c3673736737
This commit is contained in:
parent
8d4788f7c0
commit
21a663a952
1 changed files with 5 additions and 0 deletions
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
|
|
@ -33,3 +33,8 @@ jobs:
|
|||
uses: GrantBirki/json-yaml-validate@v4
|
||||
with:
|
||||
yaml_exclude_regex: ".*\\kubernetes\\.yml$"
|
||||
-
|
||||
name: Validate Links
|
||||
uses: lycheeverse/lychee-action@v2
|
||||
with:
|
||||
fail: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue