Skip to content

chore: 상수 및 컴포넌트 일부 수정 #108

chore: 상수 및 컴포넌트 일부 수정

chore: 상수 및 컴포넌트 일부 수정 #108

Workflow file for this run

# name: Build PR
# on:
# pull_request:
# jobs:
# build:
# runs-on: ubuntu-latest
# strategy:
# matrix:
# node-version: [20]
# steps:
# - name: Checkout code
# uses: actions/checkout@v4
# - name: Install pnpm
# uses: pnpm/action-setup@v4
# with:
# version: 9
# - name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v4
# with:
# node-version: ${{ matrix.node-version }}
# cache: 'pnpm'
# - name: Install dependencies
# run: pnpm install
# - name: Build project
# run: pnpm run build