Skip to content

[@kadena/graph] Feat: Update prisma schema to follow naming convention #896

[@kadena/graph] Feat: Update prisma schema to follow naming convention

[@kadena/graph] Feat: Update prisma schema to follow naming convention #896

Workflow file for this run

name: CI (contains changelog update?)
on:
pull_request:
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
show-progress: false
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm'
- name: Contains changelog update?
run: pnpx @changesets/cli status --since origin/main