Skip to content

Merge pull request #155 from Stremio/fix/shell-first-frame-reveal #816

Merge pull request #155 from Stremio/fix/shell-first-frame-reveal

Merge pull request #155 from Stremio/fix/shell-first-frame-reveal #816

Workflow file for this run

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