Skip to content

[FIX] section 리스트 없을 시 UI 구현 #137

[FIX] section 리스트 없을 시 UI 구현

[FIX] section 리스트 없을 시 UI 구현 #137

Workflow file for this run

name: CI
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 20.11.1
uses: actions/setup-node@v2
with:
node-version: '20.11.1'
cache: 'yarn'
cache-dependency-path: '**/.yarn/releases/*.cjs'
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: Run tests
run: yarn test --passWithNoTests