Skip to content

Use package-size fork which has ignore-threshold #28

Use package-size fork which has ignore-threshold

Use package-size fork which has ignore-threshold #28

Workflow file for this run

name: Package Size Report
on:
pull_request: {}
permissions:
contents: read
issues: write
pull-requests: write
jobs:
pkg-size-report:
name: Package Size Report
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
- uses: wyvox/pkg-size@copilot/add-ignore-diffs-option
with:
build-command: "pnpm build"
display-size: uncompressed, brotli
unchanged-files: hide
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}