Skip to content

[Feat] - ์‹ ์ฒญ์ž ๋ชฉ๋ก ๋ฐ ๋‹ต๋ณ€ ์—ด๋žŒ ํŽ˜์ด์ง€ 1์ฐจ ๊ตฌํ˜„ #5

[Feat] - ์‹ ์ฒญ์ž ๋ชฉ๋ก ๋ฐ ๋‹ต๋ณ€ ์—ด๋žŒ ํŽ˜์ด์ง€ 1์ฐจ ๊ตฌํ˜„

[Feat] - ์‹ ์ฒญ์ž ๋ชฉ๋ก ๋ฐ ๋‹ต๋ณ€ ์—ด๋žŒ ํŽ˜์ด์ง€ 1์ฐจ ๊ตฌํ˜„ #5

Workflow file for this run

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