mirror of
https://github.com/Ravencentric/awesome-arr.git
synced 2026-04-21 16:25:43 +02:00
* 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.
15 lines
262 B
YAML
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
|