From 944bc62ba542cc30540a790b28e3a3d2d20d1a9b Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Fri, 16 Dec 2022 13:59:26 +0100
Subject: [PATCH] feat(cicd): add hyperlink checker

---
 templates/validation.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/templates/validation.yml b/templates/validation.yml
index 2003777..7380821 100644
--- a/templates/validation.yml
+++ b/templates/validation.yml
@@ -56,3 +56,11 @@ gitlab-ci-lint:
   rules:
     # enabled if $GITLAB_TOKEN and GITLAB_CI_FILES are set
     - if: '$GITLAB_TOKEN && $GITLAB_CI_FILES'
+
+check-links:
+  image: 
+    name: lycheeverse/lychee:latest
+    entrypoint: [""]
+  stage: build
+  script:
+    - lychee --exclude-path CHANGELOG.md *.md
-- 
GitLab