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
commit 7ab56f33e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 = []