Skip to content

Commit

Permalink
feat: check markdown links (#23)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Ravencentric authored Sep 13, 2023
1 parent 6d47ef2 commit 68194a0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/check-markdown-links.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
- [Rclone](https://rclone.org/) - Rclone is a command-line program to manage files on cloud storage.
- [Recyclarr](https://github.com/recyclarr/recyclarr) - Automatically sync TRaSH guides to your Sonarr and Radarr instances.
- [Reiverr](https://github.com/aleksilassila/reiverr) - Reiverr is a clean combined interface for Jellyfin, TMDB, Radarr and Sonarr, as well as a replacement to Overseerr.
- [Rollarr](https://github.com/TheHumanRobot/Rollarr) - Plex Automatic Pre-roll script with a GUI.
- [se1exin/Cleanarr](https://github.com/se1exin/Cleanarr) - A simple UI to help find and delete duplicate and sample files from your Plex server.
- [Sonarr Episode Name Checker](https://github.com/tronyx/sonarr-episode-name-checker) - Bash and Powershell scripts to check for episodes named "Episode ##" or "TBA".
- [StarrScripts](https://github.com/bakerboy448/StarrScripts) - Misc scripts for starr related apps.
Expand Down

0 comments on commit 68194a0

Please sign in to comment.