Delete .forgejo/workflows/m3u-checker.yml
This commit is contained in:
parent
fcf3416676
commit
b5a4f9ed1d
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
name: M3U Playlist Dead Link Checker
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
# Run daily at 2 AM UTC
|
|
||||||
- cron: '0 2 * * *'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
check-m3u-links:
|
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Set up Node.js
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: '20'
|
|
||||||
|
|
||||||
- name: Check M3U playlist for dead links
|
|
||||||
run: node .forgejo/scripts/check_m3u_links.js
|
|
Loading…
Add table
Add a link
Reference in a new issue