Skip to content

feat(config): move panel to left #12

feat(config): move panel to left

feat(config): move panel to left #12

Workflow file for this run

name: Vitest
on: [push]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm install -g pnpm && pnpm install
- name: test
run: |
pnpm test:coverage