Skip to content

feat(db): packages/db - schema, migrations, RLS (spec v0.4) (#14) #21

feat(db): packages/db - schema, migrations, RLS (spec v0.4) (#14)

feat(db): packages/db - schema, migrations, RLS (spec v0.4) (#14) #21

Workflow file for this run

name: CI
on:
push: { branches: [main] }
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with: { version: 10 }
- uses: actions/setup-node@v4
with: { node-version: 22, cache: pnpm }
- run: pnpm install --frozen-lockfile
- run: pnpm typecheck
- run: pnpm lint
- run: pnpm test