Skip to content

Bump watchdog from 5.0.0 to 5.0.3 #190

Bump watchdog from 5.0.0 to 5.0.3

Bump watchdog from 5.0.0 to 5.0.3 #190

Workflow file for this run

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