Skip to content

Add isOffscreenDocument (#32) #106

Add isOffscreenDocument (#32)

Add isOffscreenDocument (#32) #106

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npx xo
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run build