Skip to content

Check Markdown links #1287

Check Markdown links

Check Markdown links #1287

Workflow file for this run

name: Check Markdown links
on:
schedule:
- cron: "0 6 * * *"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.8
with:
config-file: './md_link_check_config.json'
folder-path: "mdDocs"
file-path: './README.md'