Skip to content

Add ci budget check

Add ci budget check #3

Workflow file for this run

name: "size-limit"
on:
pull_request:
branches:
- main
permissions:
pull-requests: write
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v4