forked from Mystique-Play/Mystique
Update .forgejo/workflows/validate.yaml
This commit is contained in:
parent
500ff1eb6a
commit
f05c90880d
1 changed files with 0 additions and 6 deletions
|
@ -16,18 +16,12 @@ jobs:
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
- name: Install m3u-linter
|
|
||||||
run: npm install -g m3u-linter
|
|
||||||
|
|
||||||
- name: Basic M3U cleanup
|
- name: Basic M3U cleanup
|
||||||
run: node .forgejo/scripts/cleanup-m3u.js mystique.m3u
|
run: node .forgejo/scripts/cleanup-m3u.js mystique.m3u
|
||||||
|
|
||||||
- name: Sort M3U file
|
- name: Sort M3U file
|
||||||
run: node .forgejo/scripts/sort-m3u.js mystique.m3u
|
run: node .forgejo/scripts/sort-m3u.js mystique.m3u
|
||||||
|
|
||||||
- name: Run M3U linter
|
|
||||||
run: m3u-linter --config .forgejo/scripts/m3u-linter.config.json mystique.m3u
|
|
||||||
|
|
||||||
- name: Split into country playlists
|
- name: Split into country playlists
|
||||||
run: node .forgejo/scripts/split-m3u.js mystique.m3u
|
run: node .forgejo/scripts/split-m3u.js mystique.m3u
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue