Skip to content

Fix errors from running on Base UI codebase #16

Fix errors from running on Base UI codebase

Fix errors from running on Base UI codebase #16

Workflow file for this run

name: Build, format, and test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version: 20.x
- run: pnpm install
- run: pnpm build
- run: pnpm prettier --check .
- run: pnpm test