We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd7bf2 commit a1c6a5aCopy full SHA for a1c6a5a
1 file changed
.github/workflows/check-md-link.yml
@@ -0,0 +1,13 @@
1
+name: Check Markdown links
2
+
3
+on:
4
+ push:
5
+ paths:
6
+ - mkdocs/**
7
8
+jobs:
9
+ markdown-link-check:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@master
13
+ - uses: gaurav-nelson/github-action-markdown-link-check@v1
0 commit comments