github.com/pokt-network/tendermint@v0.32.11-0.20230426215212-59310158d3e9/.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@master
    10        - uses: gaurav-nelson/github-action-markdown-link-check@0.6.0
    11          with:
    12            folder-path: "docs"