From d83217f7ac34254314091d06cd6d4d8748baf2ff Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 5 Jul 2023 14:31:39 +0000 Subject: [PATCH] chore(ci): add markdown dead link checking --- .devcontainer/README.md | 2 +- .github/workflows/markdown.yml | 4 ++++ README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.devcontainer/README.md b/.devcontainer/README.md index f14390ac..2ec44428 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -47,7 +47,7 @@ You can customize **settings** and **extensions** in the [devcontainer.json](dev ### Entrypoint script -You can bind mount a shell script to `/root/.welcome.sh` to replace the [current welcome script](shell/.welcome.sh). +You can bind mount a shell script to `/root/.welcome.sh` to replace the [current welcome script](https://github.com/qdm12/godevcontainer/blob/master/shell/.welcome.sh). ### Publish a port diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index 6092daef..94180bbb 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -27,6 +27,10 @@ jobs: pattern: | *.md + - uses: gaurav-nelson/github-action-markdown-link-check@v1 + with: + use-quiet-mode: yes + - uses: peter-evans/dockerhub-description@v3 if: github.repository == 'qdm12/gluetun' with: diff --git a/README.md b/README.md index 3ffc33ff..f2dedff3 100644 --- a/README.md +++ b/README.md @@ -127,4 +127,4 @@ services: ## License -[![MIT](https://img.shields.io/github/license/qdm12/gluetun)](https://github.com/qdm12/gluetun/master/LICENSE) +[![MIT](https://img.shields.io/github/license/qdm12/gluetun)](https://github.com/qdm12/gluetun/blob/master/LICENSE)