Skip to content

Move to structure give by create-prisma-generator #5

Move to structure give by create-prisma-generator

Move to structure give by create-prisma-generator #5

Workflow file for this run

name: Format Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
Run-Format-Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno fmt --check