Skip to content

Reduce content-script watchdog polling cost #602

Reduce content-script watchdog polling cost

Reduce content-script watchdog polling cost #602

Workflow file for this run

name: ESLint & Prettier check
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run check