Commit 944bc62b authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat(cicd): add hyperlink checker

parent fcaaaa65
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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