From 21a663a95286ef774e3859dfa69d9b2322575e8f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:06:03 +0000 Subject: [PATCH] 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 --- .github/workflows/check.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index fde2290..5bb63cf 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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