Skip to content

✨ feature: Add unique constraints and timestamps to all models #21

✨ feature: Add unique constraints and timestamps to all models

✨ feature: Add unique constraints and timestamps to all models #21

Workflow file for this run

name: Build and run
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run check
- run: |
bun run preview &
sleep 10
curl -f http://localhost:4173