fix(components): replace Section
with ListBoxSection
and MenuSection
#3025
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Compressed Size | |
on: pull_request | |
jobs: | |
build: | |
name: Package Size | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: pnpm/action-setup@v3 | |
- name: Setup Node | |
uses: actions/setup-node@v4 | |
with: | |
node-version: 22 | |
cache: pnpm | |
- uses: preactjs/compressed-size-action@v2 | |
with: | |
pattern: '**/dist/**/*.{css,js}' |