Skip to content

Check Documentation #507

Check Documentation

Check Documentation #507

Workflow file for this run

name: Check Documentation
on:
push:
pull_request:
branches:
- 'main'
schedule:
# UTC 15:00 - PST 8:00
- cron: '0 15 * * *'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Markdown link check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'no'
use-verbose-mode: 'yes'
check-modified-files-only: 'no'
config-file: '.github/workflows/markdown-link-check-config.json'