Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Markdown Links Check #194

Markdown Links Check

Markdown Links Check #194

Workflow file for this run

name: Markdown Links Check
on:
schedule:
- cron: "14 18 * * 6"
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
# checks all markdown files from root but ignores subfolders
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/markdown.links.config.json'
max-depth: 1
file-path: './README.md'