Skip to content

markdown-lint 패키지 테스트 러너를 jest에서 vitest로 마이그레이션 #234

markdown-lint 패키지 테스트 러너를 jest에서 vitest로 마이그레이션

markdown-lint 패키지 테스트 러너를 jest에서 vitest로 마이그레이션 #234

Workflow file for this run

name: CI
on:
pull_request:
branches:
- '**'
jobs:
PrettierAndLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
run_install: true
- run: pnpm run prettier
- run: pnpm run lint
- run: pnpm run markdownlint
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
run_install: true
- run: pnpm run test