Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Markdown CI

Markdown CI #167

name: Markdown CI
# https://github.com/gaurav-nelson/github-action-markdown-link-check
on:
schedule:
- cron: "0 5 * * 1"
jobs:
check-links:
name: Check Markdown links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/[email protected]
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
max-depth: 2