Skip to content

feat(resizable): add animated collapse/expand methods to ResizablePanel #32

feat(resizable): add animated collapse/expand methods to ResizablePanel

feat(resizable): add animated collapse/expand methods to ResizablePanel #32

Workflow file for this run

name: CI
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
cache: "yarn"
- name: Install dependencies
run: yarn install --immutable
- name: Check formatting
run: yarn format:check
- name: Lint
run: yarn lint
- name: Type check
run: yarn type-check
- name: Build
run: yarn build