Files
awesome-arr/.github/workflows/check-markdown-links.yml
Raventric 68194a082c 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.
2023-09-13 18:55:37 +05:30

15 lines
262 B
YAML

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