Skip to content

Workflow file for this run

name: Measuring Bundle Size
pull_request:

Check failure on line 3 in .github/workflows/size-limit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/size-limit.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
branches:
- main
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
- uses: ./
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
script: pnpm run size