mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
.github: add markdown link checker (#4513)
co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
10
.github/workflows/action.yml
vendored
Normal file
10
.github/workflows/action.yml
vendored
Normal 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: "docs"
|
||||
Reference in New Issue
Block a user