github.com/Finschia/finschia-sdk@v0.48.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: gaurav-nelson/github-action-markdown-link-check@1.0.15 11 with: 12 folder-path: "docs"