chore: avoid local node_modules generation

This commit is contained in:
tukuaiai
2026-05-04 03:54:14 +08:00
parent 8e1a32c499
commit da52264bb3
6 changed files with 12 additions and 1190 deletions
+1 -4
View File
@@ -20,11 +20,8 @@ jobs:
uses: actions/setup-node@v6
with:
node-version: '22'
cache: npm
- name: Install dependencies
run: npm ci
- name: Run markdownlint
run: npm run lint:md
run: make lint
- name: Check local markdown links and anchors
run: python3 scripts/check-local-links.py
- name: Check markdown details and summaries