Skip to content

feat: Button add button size and isBorder #100

feat: Button add button size and isBorder

feat: Button add button size and isBorder #100

Workflow file for this run

name: 🌈 Unit Test
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- name: Install
run: pnpm install --no-frozen-lockfile
- name: Build
run: pnpm run build
- name: Unit Test
run: pnpm run test