Skip to content

Fix: 아이폰 뷰포트 대응 & 웹 폰트 통일 #305

Fix: 아이폰 뷰포트 대응 & 웹 폰트 통일

Fix: 아이폰 뷰포트 대응 & 웹 폰트 통일 #305

Workflow file for this run

name: Lint Test
on: pull_request
jobs:
build-test:
name: Lint test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install
- run: npm run lint