Skip to content

refactor(db): Migrate to Prisma #42

refactor(db): Migrate to Prisma

refactor(db): Migrate to Prisma #42

Workflow file for this run

name: Prettier CI
on:
pull_request:
merge_group:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i -g pnpm
- run: pnpm i
- run: ls ./{,node_modules/{,.bin/}}
- run: node_modules/.bin/prettier --check .