Skip to content

⬆️ Bump mkdocs-material from 9.5.42 to 9.5.43 #205

⬆️ Bump mkdocs-material from 9.5.42 to 9.5.43

⬆️ Bump mkdocs-material from 9.5.42 to 9.5.43 #205

Workflow file for this run

name: Check links in Markdown files
on:
push:
branches:
- main
pull_request:
schedule:
- cron: "0 0 * * 1" # midnight every Monday
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'