Skip to content

feat: Release v0.4.0 with Repeat component #11

feat: Release v0.4.0 with Repeat component

feat: Release v0.4.0 with Repeat component #11

Workflow file for this run

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