Skip to content

ci: sync workflow name with v7 #1396

ci: sync workflow name with v7

ci: sync workflow name with v7 #1396

Workflow file for this run

name: Bundle size report
on:
pull_request:
branches: [v6]
jobs:
size-report:
name: Size report v6
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
- uses: preactjs/compressed-size-action@v2
with:
build-script: 'build:prod'
pattern: '{**/lib/**/*.js,**/*-theme/**/*.{js,css}}'