fix(EnhancedTable): 修复行选中收缩后,表格头全选状态异常的问题 #3721
This file contains hidden or 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: | |
| 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}' |