Skip to content

Bump @ai-sdk/openai from 0.0.64 to 0.0.67 #195

Bump @ai-sdk/openai from 0.0.64 to 0.0.67

Bump @ai-sdk/openai from 0.0.64 to 0.0.67 #195

Workflow file for this run

name: Checks
on:
push:
branches: [main]
pull_request:
types: [opened, ready_for_review, reopened, synchronize]
concurrency:
group: ${{ github.ref }}-checks
cancel-in-progress: true
jobs:
format:
uses: ./.github/workflows/run-check.yml
with:
command: pnpm run format:check
lint:
uses: ./.github/workflows/run-check.yml
with:
command: pnpm run lint:check
test:
uses: ./.github/workflows/run-check.yml
with:
command: pnpm test
build:
uses: ./.github/workflows/run-check.yml
with:
command: pnpm run build