Browse Source

.github: add markdown link checker (#4513)

co-authored-by: Marko <marbar3778@yahoo.com>
pull/4528/head
Tess Rinearson 5 years ago
committed by GitHub
parent
commit
9e5b4afbf1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      .github/workflows/action.yml

+ 10
- 0
.github/workflows/action.yml View File

@ -0,0 +1,10 @@
name: Check Markdown links
on: push
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@0.6.0
with:
folder-path: "docs"

Loading…
Cancel
Save