Skip to content

[Feat/#49] footer 구현 #85

[Feat/#49] footer 구현

[Feat/#49] footer 구현 #85

Workflow file for this run

name: Build Test
on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: |
yarn install
- name: Run build
run: |
yarn build