mirror of
https://github.com/Ravencentric/awesome-arr.git
synced 2026-04-18 00:54:05 +02:00
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:
14
.github/workflows/check-markdown-links.yml
vendored
Normal file
14
.github/workflows/check-markdown-links.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user