Skip to content

Bump @changesets/cli from 2.29.2 to 2.29.5 #218

Bump @changesets/cli from 2.29.2 to 2.29.5

Bump @changesets/cli from 2.29.2 to 2.29.5 #218

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