Skip to content

Adding WebView2 support, changed screen recording logic and changed logic of attaching root element #59

Adding WebView2 support, changed screen recording logic and changed logic of attaching root element

Adding WebView2 support, changed screen recording logic and changed logic of attaching root element #59

Workflow file for this run

name: Lint & Build
on:
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: 24.x
- name: Install dependencies
run: npm install --no-package-lock
- name: Lint
run: npm run lint
- name: Build
run: npm run build