Skip to content

Migrate from Radix UI to Base UI #7

Migrate from Radix UI to Base UI

Migrate from Radix UI to Base UI #7

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: voidzero-dev/setup-vp@v1
with:
node-version: "24"
cache: true
- run: pnpm install --frozen-lockfile
- run: pnpm run check
- run: pnpm test