Skip to content

필수 파라미터 제외 #1138

필수 파라미터 제외

필수 파라미터 제외 #1138

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