Skip to content

feat: Select multiple tabs #181

feat: Select multiple tabs

feat: Select multiple tabs #181

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.6.5
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'pnpm'
- run: pnpm install
- run: pnpm run check-format
- run: pnpm run lint
- run: pnpm run test
- run: pnpm run build