Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1294 from lembergerth/add-linkcheck-to-ci
Browse files Browse the repository at this point in the history
Add CI job that checks links in all markdown files of the repository
  • Loading branch information
dbeyer committed Feb 22, 2021
2 parents 7d3bb45 + 7a0e163 commit 99d37c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ java-format:
paths:
- "java/*.jar"

check-links:
stage: checks
image:
name: ghcr.io/tcort/markdown-link-check:stable
entrypoint: [""]
script: "find . -name '*.md' | xargs -n 1 /src/markdown-link-check"

.build-docker:
image:
name: gcr.io/kaniko-project/executor:debug
Expand Down

0 comments on commit 99d37c5

Please sign in to comment.