Skip to content

feat: add block and blockAsync template helpers #230

feat: add block and blockAsync template helpers

feat: add block and blockAsync template helpers #230

Workflow file for this run

name: size-limit
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: andresz1/size-limit-action@v1.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}