Skip to content

docs: 推荐衍生作品 Vibe Cook #2429

docs: 推荐衍生作品 Vibe Cook

docs: 推荐衍生作品 Vibe Cook #2429

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches: [ master ]
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '22'
cache: 'npm'
- run: npm install
- run: npm run lint