Skip to content

Link check workflow

Link check workflow #2

Workflow file for this run

name: Link check
on:
pull_request:
branches:
- main
schedule:
- 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'
folder-path: '**/'