Skip to content

feat: make popover animation work #468

feat: make popover animation work

feat: make popover animation work #468

Workflow file for this run

name: Node CI
on:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: true
- run: pnpm check
- run: pnpm lint