Skip to content

Feature: 팔로워 팔로잉 페이지 디자인 수정 및 확인 기능 추가 #378

Feature: 팔로워 팔로잉 페이지 디자인 수정 및 확인 기능 추가

Feature: 팔로워 팔로잉 페이지 디자인 수정 및 확인 기능 추가 #378

Workflow file for this run

name: FrontEnd CI
on:
pull_request:
branches: [main, dev]
# push:
# branches: [main, dev]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.11.0
- run: yarn install
- run: yarn build