This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
add markdown link checker
pull/7804/head
Callum Michael Waters
5 years ago
parent
327767a1c1
commit
ee5c790878
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
Write
Preview
Loading…
Cancel
Save