Skip to content

chore: Add size limit #1

chore: Add size limit

chore: Add size limit #1

Workflow file for this run

# https://github.com/andresz1/size-limit-action
name: "CI (size-limit)"
on:
pull_request:
branches:
- main
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
package_manager: yarn