Skip to content

토픽생성완료 후 로직 #125

토픽생성완료 후 로직

토픽생성완료 후 로직 #125

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