Skip to content

refactor(TizenVideo): use typeof string to check tracks lang #262

refactor(TizenVideo): use typeof string to check tracks lang

refactor(TizenVideo): use typeof string to check tracks lang #262

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