Skip to content

feat(QYOG-91): 동아리 홈 탭 UI #134

feat(QYOG-91): 동아리 홈 탭 UI

feat(QYOG-91): 동아리 홈 탭 UI #134

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