add a markdown link checker

This commit is contained in:
Luong Vo 2022-10-22 17:54:32 +07:00
parent 4731e7ce26
commit 5f53f0d065
No known key found for this signature in database
GPG Key ID: 0E5CF98D50B145D0

10
.github/workflows/action.yml vendored Normal file
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@v1