Skip to content

fix(deps): update prisma monorepo to v6.7.0 #417

fix(deps): update prisma monorepo to v6.7.0

fix(deps): update prisma monorepo to v6.7.0 #417

Workflow file for this run

name: CI
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
- name: Install Dependencies
run: bun install --frozen-lockfile
- name: Run ESLint
run: bunx eslint .
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
- name: Install Dependencies
run: bun install --frozen-lockfile
- name: Run Tests
run: bun test