mirror of
https://github.com/dockur/windows.git
synced 2026-04-21 14:01:11 +01: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:
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
@@ -33,3 +33,8 @@ jobs:
|
|||||||
uses: GrantBirki/json-yaml-validate@v4
|
uses: GrantBirki/json-yaml-validate@v4
|
||||||
with:
|
with:
|
||||||
yaml_exclude_regex: ".*\\kubernetes\\.yml$"
|
yaml_exclude_regex: ".*\\kubernetes\\.yml$"
|
||||||
|
-
|
||||||
|
name: Validate Links
|
||||||
|
uses: lycheeverse/lychee-action@v2
|
||||||
|
with:
|
||||||
|
fail: true
|
||||||
|
|||||||
Reference in New Issue
Block a user