From 531ccd0cbefa2dc3f527e5ca74154f9ccd737aa1 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 14 Feb 2022 12:02:49 +0300 Subject: [PATCH] Update check.yml --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e1471d3b6..c53cdce46 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