8000 Create funding.json · PeggyJV/sommelier@d8bdaeb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Check Markdown links #4830

Check Markdown links

Check Markdown links #4830

Workflow file for this run

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@1.0.12
with:
folder-path: "docs"
0