Skip to content

style: 전체 레이아웃 스타일 조정 #104

style: 전체 레이아웃 스타일 조정

style: 전체 레이아웃 스타일 조정 #104

Workflow file for this run

name: CI
on: [push]
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install
- run: npm install -g @lhci/cli@0.8.x
- run: yarn build
- run: lhci collect
- run: lhci upload
env:
LHCI_GITHUB_APP_TOKEN: ${{secrets.LHCI_GITHUB_APP_TOKEN}}