Skip to content

Merge branch 'feature-loaded-prop' into webos-player-rewrite #457

Merge branch 'feature-loaded-prop' into webos-player-rewrite

Merge branch 'feature-loaded-prop' into webos-player-rewrite #457

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