Skip to content

로그인 시 헤더에 로그인 버튼 보이는 버그 수정 #150

로그인 시 헤더에 로그인 버튼 보이는 버그 수정

로그인 시 헤더에 로그인 버튼 보이는 버그 수정 #150

Workflow file for this run

name: PR Build Test
on:
pull_request:
branches:
- main
jobs:
build_test:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
id-token: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build