Skip to content

Check Markdown links #835

Check Markdown links

Check Markdown links #835

name: Check Markdown links
on:
schedule:
- cron: '30 4 * * *'
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
fetch-depth: 0
- name: Run Markdown links checker
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # 1.0.15
with:
use-quiet-mode: yes
use-verbose-mode: yes
folder-path: './, ./docs'
max-depth: 0
base-branch: main