Skip to content

chore(deps): bump the patch-and-minor group across 1 directory with 4 updates #12

chore(deps): bump the patch-and-minor group across 1 directory with 4 updates

chore(deps): bump the patch-and-minor group across 1 directory with 4 updates #12

Workflow file for this run

name: Bundle size check
on:
pull_request:
types:
- opened
- synchronize
- reopened
workflow_dispatch:
jobs:
bundle_size_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build project
run: npm install && npm run build
- name: Report bundle size
uses: preactjs/[email protected]
with:
# 1. The mandatory 'repo-token' is now provided
repo-token: ${{ secrets.GITHUB_TOKEN }}
# 2. 'path' is replaced by 'pattern' for glob matching
pattern: '**/*.{js,css}'
# Show the total size of all tracked files (useful)
show-total: true