chore: cleanup backup and debug artifacts

This commit is contained in:
tukuaiai
2026-05-02 21:05:48 +08:00
parent c3e5ea736a
commit 8d4957d50c
12 changed files with 16 additions and 562 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
- name: Install markdownlint-cli
run: npm install -g markdownlint-cli
- name: Run markdownlint
run: markdownlint --config .github/lint_config.json --ignore .history --ignore tools/external --ignore scripts/backups/gz '**/*.md'
run: markdownlint --config .github/lint_config.json --ignore .history --ignore tools/external '**/*.md'
- name: Check local markdown links
run: python3 scripts/check-local-links.py
@@ -34,4 +34,4 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@v1.5.0
with:
args: --verbose --no-progress --exclude-path .history --exclude-path .github/wiki --exclude-path tools/external --exclude-path tools/chat-vault --exclude-path scripts/backups/gz './**/*.md'
args: --verbose --no-progress --exclude-path .history --exclude-path .github/wiki --exclude-path tools/external --exclude-path tools/chat-vault './**/*.md'