Skip to content

fixed prisma folder name #6

fixed prisma folder name

fixed prisma folder name #6

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.11
- run: bun install
- run: bun run lint
- run: bun run build