revert Remove sort as part of troubleshooting
This commit is contained in:
SpaceMonkey 2025-02-15 18:40:33 -03:00
parent 77cb9eb8aa
commit 500ff1eb6a

View file

@ -23,6 +23,9 @@ jobs:
- 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
run: node .forgejo/scripts/sort-m3u.js mystique.m3u
- name: Run M3U linter - name: Run M3U linter
run: m3u-linter --config .forgejo/scripts/m3u-linter.config.json mystique.m3u run: m3u-linter --config .forgejo/scripts/m3u-linter.config.json mystique.m3u