Skip to content

Include garlic in炒青菜 recipe #2335

Include garlic in炒青菜 recipe

Include garlic in炒青菜 recipe #2335

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