Skip to content

fix: HighlightTeam 컴포넌트 참여자 전체보기 버튼 생성 조건 수정 #1336

fix: HighlightTeam 컴포넌트 참여자 전체보기 버튼 생성 조건 수정

fix: HighlightTeam 컴포넌트 참여자 전체보기 버튼 생성 조건 수정 #1336

Workflow file for this run

name: Build Test
on: [push, pull_request]
jobs:
build-test:
name: Build Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: npm install
- name: Run build
run: npm run build