Skip to content

feat(blog): translate content/7.blog/20.v3-10.md (#66) #193

feat(blog): translate content/7.blog/20.v3-10.md (#66)

feat(blog): translate content/7.blog/20.v3-10.md (#66) #193

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install
- run: pnpm nuxi prepare
- run: pnpm test