github.com/MagHErmit/tendermint@v0.282.1/.github/workflows/linkchecker.yml (about)

     1  name: Check Markdown links
     2  on:
     3    schedule:
     4      - cron: '* */24 * * *'
     5  jobs:
     6    markdown-link-check:
     7      runs-on: ubuntu-latest
     8      steps:
     9        - uses: actions/checkout@v3
    10        - uses: creachadair/github-action-markdown-link-check@master
    11          with:
    12            folder-path: "docs"