Skip to content

Bump tsdown from 0.11.1 to 0.12.9 #202

Bump tsdown from 0.11.1 to 0.12.9

Bump tsdown from 0.11.1 to 0.12.9 #202

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
validate:
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 typecheck
- run: bun run biome:ci