Skip to content

Feat: add use-window-resize hook #38

Feat: add use-window-resize hook

Feat: add use-window-resize hook #38

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
# with:
# version: 8
- run: pnpm install --no-frozen-lockfile
- run: pnpm build && pnpm test