Skip to content

헥토 측 요청으로 다시 변경 #1140

헥토 측 요청으로 다시 변경

헥토 측 요청으로 다시 변경 #1140

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