Skip to content

feat: add framework-specific store utilities (Vue, Svelte, Angular, Solid) #15

feat: add framework-specific store utilities (Vue, Svelte, Angular, Solid)

feat: add framework-specific store utilities (Vue, Svelte, Angular, Solid) #15

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bun run test
- run: bun run typecheck
- run: bun run build