Remove sort as part of troubleshooting

This commit is contained in:
SpaceMonkey 2025-02-15 18:33:24 -03:00
parent 0f3f7dc11c
commit e7435b570d

View file

@ -23,9 +23,6 @@ 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