aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/linkcheck.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linkcheck.yml')
-rw-r--r--.github/workflows/linkcheck.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml
new file mode 100644
index 0000000..e97f01e
--- /dev/null
+++ b/.github/workflows/linkcheck.yml
@@ -0,0 +1,14 @@
+name: Linkcheck
+on: [push, pull_request]
+
+jobs:
+ markdown-link-check:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v3
+ - name: md-linkcheck
+ uses: gaurav-nelson/github-action-markdown-link-check@v1
+ with:
+ use-quiet-mode: 'yes'
+ config-file: '.github/.markdownlinkcheck.json'