Skip to content

added yml file

added yml file #1

Workflow file for this run

# Validates markdown links to check for bad / invalid / broken links.
# Uses mlc_config.json in root to configure patterns to ignore etc.
#
# https://github.com/marketplace/actions/markdown-link-check
#
name: Check Markdown links
# Just running manually and weekly. Can take a few minutes potentially.
on: push
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1