iptv/.github/workflows/check.yml

17 lines
337 B
YAML
Raw Normal View History

2021-04-27 19:46:30 +02:00
name: check
on:
workflow_dispatch:
2021-04-30 12:06:54 +02:00
push:
2021-04-27 19:46:30 +02:00
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Check Playlists
run: npm run lint