Skip to content

test(#QYOG-161): 모달 스토리북 추가 #181

test(#QYOG-161): 모달 스토리북 추가

test(#QYOG-161): 모달 스토리북 추가 #181

Workflow file for this run

name: Build on PR
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 18.18.2
- name: Install Dependencies
run: yarn install
- name: Build
run: yarn build