mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 04:55:18 +00:00
* tools: remove need to install buf - using buf docker image instead of needing devs to install it Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * fix ci for lint and break checking
13 lines
288 B
YAML
13 lines
288 B
YAML
name: Check Markdown links
|
|
on:
|
|
schedule:
|
|
- cron: '* */24 * * *'
|
|
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"
|