Browse Source

add markdown link checker

pull/7804/head
Callum Michael Waters 4 years ago
parent
commit
ee5c790878
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: "spec"

Loading…
Cancel
Save