Skip to content

Sync model-pricing.ts with eval pricing table #25

Sync model-pricing.ts with eval pricing table

Sync model-pricing.ts with eval pricing table #25

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: "24"
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Typecheck
run: pnpm -r run typecheck
- name: Lint
run: npx oxlint
- name: Format check
run: npx oxfmt --check .
- name: Test
run: pnpm -r run test