Add markdown link checker action (#4219)

This commit is contained in:
H. Joe Lee 2024-03-25 11:19:34 -05:00 committed by GitHub
parent 81c811b721
commit 45ef8fe533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,14 @@
name: Check Markdown links
on:
workflow_dispatch:
push:
pull_request:
branches: [ develop ]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1