mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-17 04:20:03 -04:00
Create check.yml
This commit is contained in:
parent
8290b3bb9c
commit
cf87ea49bb
1 changed files with 16 additions and 0 deletions
16
.github/workflows/check.yml
vendored
Normal file
16
.github/workflows/check.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: check
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
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
|
Loading…
Add table
Add a link
Reference in a new issue