Skip to content

Commit

Permalink
Github Action to check links in documentation (apache#324)
Browse files Browse the repository at this point in the history
* add github add to check md link

* Only run under `mkdocs/**`

* ws

* make lint

---------

Co-authored-by: Fokko Driesprong <fokko@apache.org>
  • Loading branch information
2 people authored and hpal committed Mar 1, 2024
1 parent f89f212 commit ea3ec04
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check-md-link.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check Markdown links

on:
push:
paths:
- mkdocs/**

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1

0 comments on commit ea3ec04

Please sign in to comment.