Merge pull request #482 from iptv-org/create-lint-js

Create check.yml
This commit is contained in:
Aleksandr Statciuk
2022-02-03 04:49:30 +03:00
committed by GitHub
5 changed files with 916 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ async function main() {
}
for (const filepath of program.args) {
if (!filepath.endsWith('.xml')) continue
const { site, channels } = await parser.parseChannels(filepath)
const output = []