Skip to content

Commit ea3ec04

Browse files
kevinjqliuFokko
authored andcommitted
Github Action to check links in documentation (apache#324)
* add github add to check md link * Only run under `mkdocs/**` * ws * make lint --------- Co-authored-by: Fokko Driesprong <fokko@apache.org>
1 parent f89f212 commit ea3ec04

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)