Skip to content

feat(web): 관리자/사용자 홈 분리 및 PIN 세션 30분 만료 UX 구현 #59

feat(web): 관리자/사용자 홈 분리 및 PIN 세션 30분 만료 UX 구현

feat(web): 관리자/사용자 홈 분리 및 PIN 세션 30분 만료 UX 구현 #59

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"