Skip to content

refactor(protocol+extension): shared tabId in console/network params;… #15

refactor(protocol+extension): shared tabId in console/network params;…

refactor(protocol+extension): shared tabId in console/network params;… #15

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.0
- uses: jdx/mise-action@v4.2.0
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- run: pnpm typecheck
- run: pnpm test
- run: pnpm build