Skip to content

API 문서 스크롤 위치와 rootMargin 조정 #1417

API 문서 스크롤 위치와 rootMargin 조정

API 문서 스크롤 위치와 rootMargin 조정 #1417

Workflow file for this run

name: Lint
on:
push
jobs:
code:
runs-on: ubuntu-latest
name: Lint code and MDX files
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: pnpm gen-collections
- run: pnpm check