Skip to content

prisma generate requires prisma directory #348

prisma generate requires prisma directory

prisma generate requires prisma directory #348

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint