Skip to content

check for dead links #1

check for dead links

check for dead links #1

Workflow file for this run

name: Markdown Links Check
# runs every monday at 9 am
on:
push:
branches:
- link-checker
schedule:
- cron: "0 9 * * *"
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'
use-verbose-mode: 'yes'