Skip to content

Merge pull request #61 from Stremio/hls-1.5.4-patch2 #346

Merge pull request #61 from Stremio/hls-1.5.4-patch2

Merge pull request #61 from Stremio/hls-1.5.4-patch2 #346

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install NPM Dependencies
run: npm install
- name: Lint
run: npm run lint