Skip to content

feat(extension): clear error when another debugger client holds the tab #26

feat(extension): clear error when another debugger client holds the tab

feat(extension): clear error when another debugger client holds the tab #26

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
- run: pnpm zip
- uses: actions/upload-artifact@v4
with:
name: reins-extension
path: packages/extension/release/*.zip
if-no-files-found: error