Skip to content

Add controlled input to use it in forms #511

Add controlled input to use it in forms

Add controlled input to use it in forms #511

Workflow file for this run

name: size
on: [pull_request]
env:
NODE_OPTIONS: "--max_old_space_size=4096"
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: "latest"
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}