Skip to content

investigate re-adding size limit action #941

investigate re-adding size limit action

investigate re-adding size limit action #941

Workflow file for this run

name: size
on: [pull_request]
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v2
- uses: EskiMojo14/size-limit-action@v1
with:
directory: packages/toolkit
github_token: ${{ secrets.GITHUB_TOKEN }}
build_script: build-only
package_manager: yarn