Skip to content

feat: bump vuepress to v2.0.0-rc.14 #34

feat: bump vuepress to v2.0.0-rc.14

feat: bump vuepress to v2.0.0-rc.14 #34

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: pnpm/action-setup@v3
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
- run: pnpm run typecheck
- run: pnpm run build
- run: pnpm run build:docs