feat: check markdown links (#23)

* feat: check markdown links

https://github.com/marketplace/actions/markdown-link-check

* fix: remove rollar

the repo for https://github.com/TheHumanRobot/Rollarr is gone. I have no idea why.
This commit is contained in:
Raventric
2023-09-13 18:55:37 +05:30
committed by GitHub
parent 6d47ef2ee3
commit 68194a082c
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
name: Check Markdown links
on:
push:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1