Skip to content

Support Vitest

Support Vitest #13

Workflow file for this run

name: PR
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm-install
with:
target: '.'
- uses: oven-sh/setup-bun@v1
- name: Lint
run: pnpm lint
- name: Test
run: pnpm test
- name: Build
run: pnpm dist