Skip to content

Feat: 인기 시설 슬라이더 좌우 버튼 추가 #251

Feat: 인기 시설 슬라이더 좌우 버튼 추가

Feat: 인기 시설 슬라이더 좌우 버튼 추가 #251

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build Next.js app
run: npm run build