Skip to content

feat(web): Setup 진행 중 새로고침/재접속 복구 기능 구현 #79

feat(web): Setup 진행 중 새로고침/재접속 복구 기능 구현

feat(web): Setup 진행 중 새로고침/재접속 복구 기능 구현 #79

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"