fix: restore markdownlint after assets move

This commit is contained in:
tukuaiai
2026-02-27 06:20:11 +08:00
parent 4488c4d761
commit ecf6532a03
15 changed files with 612 additions and 18 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ help:
lint:
@echo "Linting markdown files..."
@npm install -g markdownlint-cli
@markdownlint **/*.md
@markdownlint --config .github/lint_config.json '**/*.md'
build:
@echo "Building the project..."