Skip to content

Check Markdown links #150

Check Markdown links

Check Markdown links #150

Workflow file for this run

name: Check Markdown links
on:
push:
branches:
- main
schedule:
# Run every first day at 00:00 AM every month.
- cron: "0 0 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'
config-file: .github/workflows/markdown-links-config.json