mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-10 15:07:24 +00:00
- Revert the version pin from #7706. - Override the YAML linter config to be more forgiving. - Update YAML lint warnings in a number of files. The choice of which lints to fix and which to override was ad hoc: I fixed the ones that were mainly whitespace oriented, and suppressed the ones that were document-structure related. Fixes #7707.
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@v2.4.0
|
|
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
|
|
with:
|
|
folder-path: "docs"
|