Skip to content

fix(WebOSVideo): return null instead of empty string for tracks with … #427

fix(WebOSVideo): return null instead of empty string for tracks with …

fix(WebOSVideo): return null instead of empty string for tracks with … #427

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