Skip to content

feat: 프로필 페이지 및 구성 컴포넌트 UI 구현 & sideBar를 통한 Home, Profile 페이지 이동 추가 … #14

feat: 프로필 페이지 및 구성 컴포넌트 UI 구현 & sideBar를 통한 Home, Profile 페이지 이동 추가 …

feat: 프로필 페이지 및 구성 컴포넌트 UI 구현 & sideBar를 통한 Home, Profile 페이지 이동 추가 … #14

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.11.1'
- name: Install dependencies
run: yarn install
- name: Check
run: yarn check-all