Skip to content

Test out forked package-size which has ignore-threshold #26

Test out forked package-size which has ignore-threshold

Test out forked package-size which has ignore-threshold #26

Workflow file for this run

name: Package Size Report

Check failure on line 1 in .github/workflows/package-size.yml

View workflow run for this annotation

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

Invalid workflow file

(Line: 19, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'wyvox/pkg-size#copilot/add-ignore-diffs-option'
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 }}