Skip to content

Major extension overhaul.. web viewer with live streaming from the extension.. Python graph builder #1

Major extension overhaul.. web viewer with live streaming from the extension.. Python graph builder

Major extension overhaul.. web viewer with live streaming from the extension.. Python graph builder #1

Workflow file for this run

name: CI
on:
push:
branches: [master, manifest_v3]
pull_request:
branches: [master, manifest_v3]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm audit
- run: npm run lint
- run: npm test