Skip to content

Supports React.forwardRef and React.memo [publish] #1

Supports React.forwardRef and React.memo [publish]

Supports React.forwardRef and React.memo [publish] #1

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun ci