Skip to content

comment에 choice 추가해서 선택지 반영 #165

comment에 choice 추가해서 선택지 반영

comment에 choice 추가해서 선택지 반영 #165

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