Skip to content

feat(extension): pairing storage + list_tabs tab handler #4

feat(extension): pairing storage + list_tabs tab handler

feat(extension): pairing storage + list_tabs tab handler #4

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