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

Check broken Markdown links #59

Check broken Markdown links

Check broken Markdown links #59

name: Check broken Markdown links
# runs every monday at 9 am
on:
schedule:
- cron: "0 9 * * 1"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1