Skip to content

fix(炒青菜): 操作中盐量和准备工作中不匹配 #2059

fix(炒青菜): 操作中盐量和准备工作中不匹配

fix(炒青菜): 操作中盐量和准备工作中不匹配 #2059

Workflow file for this run

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