Skip to content

A 사이드 토픽 카드 텍스트 영역 및 소수점 이슈 해결 #160

A 사이드 토픽 카드 텍스트 영역 및 소수점 이슈 해결

A 사이드 토픽 카드 텍스트 영역 및 소수점 이슈 해결 #160

Workflow file for this run

name: CI
on:
pull_request:
branches: ['dev', 'main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: build
run: yarn run build