Skip to content

bug: 아이폰 상단바 배경 문제 해결 #12

bug: 아이폰 상단바 배경 문제 해결

bug: 아이폰 상단바 배경 문제 해결 #12

Workflow file for this run

# name: CI
# on:
# push:
# branches: [main]
# pull_request:
# types: [opened, synchronize, reopened]
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
# jobs:
# test:
# name: Run Tests
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4
# - name: pnpm-setup-node
# uses: ./.github/actions/pnpm-setup-node
# - name: Install dependencies
# run: pnpm install
# - name: Run Lint
# run: pnpm lint
# - name: Run Tests
# run: pnpm test
# - name: Run Build
# run: pnpm build