Add link checker (#178)

This commit is contained in:
Terkel
2024-02-17 13:02:59 -05:00
committed by GitHub
parent 54104c7cdb
commit 372cf37634
4 changed files with 51 additions and 124 deletions

19
.github/workflows/links.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Markdown Links Check
# runs every monday at 9 am
on:
# push:
# branches:
# - main
schedule:
- cron: "0 0 1 * *"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
use-verbose-mode: "yes"