Skip to content

Feat(QYOG-125): 일반 게시글 alert 생성 #169

Feat(QYOG-125): 일반 게시글 alert 생성

Feat(QYOG-125): 일반 게시글 alert 생성 #169

Workflow file for this run

name: Build on PR
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 18.18.2
- name: Install Dependencies
run: yarn install
- name: Build
run: yarn build