Skip to content

chore(prisma): upgrade to Prisma ORM v7 #349

chore(prisma): upgrade to Prisma ORM v7

chore(prisma): upgrade to Prisma ORM v7 #349

Workflow file for this run

# needed to securely identify the workflow
name: autofix.ci
on:
pull_request:
branches:
- main
merge_group:
branches:
- main
permissions:
contents: read
jobs:
code:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: voidzero-dev/setup-vp@8ecb39174989ce55af90f45cf55b02738599831d # v1.6.0
with:
node-version: lts/*
cache: true
- name: 🔠 Fix lint errors
run: vp run lint:fix
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27