Skip to content

Check Markdown links #68

Check Markdown links

Check Markdown links #68

Workflow file for this run

name: Check Markdown links
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
# Run every month on the 1st at 9:00AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: "0 9 1 * *"
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'