Skip to content

[Feature] 번들링 관련 깃헙 액션 추가 #1

[Feature] 번들링 관련 깃헙 액션 추가

[Feature] 번들링 관련 깃헙 액션 추가 #1

Workflow file for this run

name: bundling-size
on:
pull_request:
branches:
- main
jobs:
check-size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Check Sizes
uses: preactjs/[email protected]
with:
repo-token: "${{ secrets.TOKEN }}"
build-script: "ui:build"
pattern: "./packages/wow-ui/dist/*"