Skip to content

fix: add directurl on prisma connection #4

fix: add directurl on prisma connection

fix: add directurl on prisma connection #4

Workflow file for this run

name: Type checking
on: [pull_request]
jobs:
code:
name: Type checking code
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Run TypeScript Check
run: npx tsc --noEmit