Skip to content

糖醋排骨:2g五香粉味道过重,下调至0.5g #2338

糖醋排骨:2g五香粉味道过重,下调至0.5g

糖醋排骨:2g五香粉味道过重,下调至0.5g #2338

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