Skip to content
Snippets Groups Projects
Commit 944bc62b authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat(cicd): add hyperlink checker

parent fcaaaa65
No related branches found
No related tags found
No related merge requests found
...@@ -56,3 +56,11 @@ gitlab-ci-lint: ...@@ -56,3 +56,11 @@ gitlab-ci-lint:
rules: rules:
# enabled if $GITLAB_TOKEN and GITLAB_CI_FILES are set # enabled if $GITLAB_TOKEN and GITLAB_CI_FILES are set
- if: '$GITLAB_TOKEN && $GITLAB_CI_FILES' - if: '$GITLAB_TOKEN && $GITLAB_CI_FILES'
check-links:
image:
name: lycheeverse/lychee:latest
entrypoint: [""]
stage: build
script:
- lychee --exclude-path CHANGELOG.md *.md
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment