Skip to content

Markdown links

Markdown links #844

Workflow file for this run

name: Markdown links
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: "0 6 * * 1" # Run every Monday morning at 6am
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
max-depth: 3