✨Feat(#224): 스테디 상세 페이지 디자인 변경 및 api 연결 #163
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build test | |
on: pull_request | |
jobs: | |
build-test: | |
name: Next build test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-node@v2 | |
with: | |
node-version: '18' | |
- run: npm i -g pnpm | |
- run: pnpm i | |
- run: pnpm build |