Skip to content

style(tree-select & tag-input): use text-overflow ellipsis when tag text exceeds width #2874

style(tree-select & tag-input): use text-overflow ellipsis when tag text exceeds width

style(tree-select & tag-input): use text-overflow ellipsis when tag text exceeds width #2874

name: Compressed Size
on:
pull_request:
types: [opened, synchronize]
jobs:
compressed-size:
runs-on: ubuntu-latest
if: startsWith(github.head_ref, 'release/')
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: 94dreamer/compressed-size-action@master
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: './dist/**/*.{js,css}'