Skip to content

Style: 로컬폰트, 공용 색상, 공용 폰트스타일 추가 #54

Style: 로컬폰트, 공용 색상, 공용 폰트스타일 추가

Style: 로컬폰트, 공용 색상, 공용 폰트스타일 추가 #54

Workflow file for this run

name: FrontEnd CI
on:
pull_request:
branches: [main, dev]
# push:
# branches: [main, dev]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.11.0
- run: yarn install
- run: yarn build