Skip to content

style : 지도 탐색 페이지 버튼 스타일 수정 #66

style : 지도 탐색 페이지 버튼 스타일 수정

style : 지도 탐색 페이지 버튼 스타일 수정 #66

Workflow file for this run

name: PR Build Check
on:
pull_request:
branches:
- develope
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Run Build
run: yarn build
- name: Comment on PR
uses: thollander/actions-comment-pull-request@v1
if: success() && github.event_name == 'pull_request'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
message: '**✅ Build 성공!**'