Skip to content

fix: morph select header now closes on click #180

fix: morph select header now closes on click

fix: morph select header now closes on click #180

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Typecheck and validate registry
run: bun run check
- name: Accessibility tests
run: bun test