Skip to content

Feature/#156 밤 마피아 구독 url 변경 #32

Feature/#156 밤 마피아 구독 url 변경

Feature/#156 밤 마피아 구독 url 변경 #32

Workflow file for this run

name: Build Test
on:
pull_request:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run build
run: npm run build