Skip to content

V2 nav 에도 프로모션 결제 취소 페이지 추가 #1505

V2 nav 에도 프로모션 결제 취소 페이지 추가

V2 nav 에도 프로모션 결제 취소 페이지 추가 #1505

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