Skip to content

feat: add --mermaid-erd option to schemas show command #58

feat: add --mermaid-erd option to schemas show command

feat: add --mermaid-erd option to schemas show command #58

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bun run test
- run: bun run build