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

Check Markdown links #723

Check Markdown links

Check Markdown links #723

Workflow file for this run

name: Check Markdown links
on:
schedule:
- cron: "* */24 * * *"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
with:
folder-path: "docs"