Skip to content

Monitor package size #2

Monitor package size

Monitor package size #2

Workflow file for this run

name: 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@dd31dce7dcc72a041fd3e49abf0502b13fc4ce05 # support for pnpm
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# skip_step: build
# package_manager: pnpm