feat: 분리되어 있던 컴포넌트를 MyInfo 하나만 쓰도록 수정 #15
Workflow file for this run
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: build-check | |
on: | |
push: | |
jobs: | |
build-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: 20 | |
- name: Install Dependencies | |
working-directory: ./frontend | |
run: yarn | |
- name: Build Check | |
working-directory: ./frontend | |
run: | | |
yarn workspace @zicdding-web/zicdding-class-com run build |