Skip to content

Commit e892de5

Browse files
authored
Create mkdocs-link.yml
1 parent 059c1ea commit e892de5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/mkdocs-link.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Check Markdown links
2+
3+
on: push
4+
5+
jobs:
6+
mkdocs-link-check:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@master
10+
- uses: byrnereese/github-action-mkdocs-link-check@v1

0 commit comments

Comments
 (0)