Feat(calendar, date-picker, date-range-picker): 今日の日付を目立つようにする & キャンセル・適用ボタンの追加 Vue #2015
Workflow file for this run
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: Bundle Analyze All libraries | |
on: [pull_request] | |
jobs: | |
analyze: | |
runs-on: ubuntu-20.04 | |
strategy: | |
matrix: | |
node-version: [20.x] | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Use Node.js ${{ matrix.node-version }} | |
uses: actions/setup-node@v4 | |
with: | |
node-version: ${{ matrix.node-version }} | |
- name: 📥 Monorepo install | |
uses: ./.github/composite/prepare_node | |
- uses: preactjs/compressed-size-action@v2 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
build-script: build | |
pattern: "./packages/{wiz-ui,wiz-ui-next,wiz-ui-react}/dist/{wiz-ui.es.js,wiz-ui.umd.js,style.css}" |