Skip to content

feat(ColorPicker): support fixed props #3029

feat(ColorPicker): support fixed props

feat(ColorPicker): support fixed props #3029

name: Compressed Size
on:
pull_request:
types: [opened, synchronize]
jobs:
compressed-size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: './miniprogram_dist/**/*.{js,wxs,wxml,json}'