Skip to content

Feature/ Android: implement a special event for early transitioning to PiP (on animation start) #1256

Feature/ Android: implement a special event for early transitioning to PiP (on animation start)

Feature/ Android: implement a special event for early transitioning to PiP (on animation start) #1256

Workflow file for this run

name: CI
on:
push:
branches: ['develop', 'master']
pull_request:
branches: ['develop', 'master']
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run npm
run: npm ci
- name: Check lint
run: npm run lint