Skip to content

fix(deps): update prisma monorepo to v6 (major) #2008

fix(deps): update prisma monorepo to v6 (major)

fix(deps): update prisma monorepo to v6 (major) #2008

Workflow file for this run

name: Pull request workflow
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/build
- name: Test
uses: ./.github/actions/test
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/build
- name: Lint project
uses: ./.github/actions/lint