mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Add markdown link check
This commit is contained in:
parent
fbef8d3432
commit
98011a39c1
1 changed files with 10 additions and 0 deletions
10
.github/workflows/markdown-link-check.yml
vendored
Normal file
10
.github/workflows/markdown-link-check.yml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
name: Check Markdown links
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
jobs:
|
||||||
|
markdown-link-check:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
Loading…
Add table
Reference in a new issue