Skip to content

fix: mock 제거 및 실제 API 연동 + 버그 수정 #77

fix: mock 제거 및 실제 API 연동 + 버그 수정

fix: mock 제거 및 실제 API 연동 + 버그 수정 #77

Workflow file for this run

name: CI
on:
push:
branches: [main, develop]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Placeholder
run: echo "CI placeholder"