diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e1471d3b68..c53cdce46f 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -19,5 +19,5 @@ jobs: curl -L -o scripts/data/blocklist.json https://iptv-org.github.io/api/blocklist.json curl -L -o scripts/data/channels.json https://iptv-org.github.io/api/channels.json - run: npm install - - run: npm run lint - - run: npm run validate + - run: npm run playlist:lint + - run: npm run playlist:validate