Skip to content

Commit 1dba98e

Browse files
committed
feat(package): 添加 markdown 检查脚本
添加了 "check:md" 脚本用于检查和修复 markdown 文件格式, 通过 rumdl 工具进行 markdown 文件的验证和自动修复。
1 parent ca16b71 commit 1dba98e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"check:pwsh:rs": "pnpm run pwshfmt:rs -- check --git-changed --strict-fallback",
1616
"format:biome": "biome format --write .",
1717
"format:md": "rumdl fmt .",
18+
"check:md": "rumdl check --fix .",
1819
"format:python": "uvx ruff format .",
1920
"lint:python": "uvx ruff check --fix .",
2021
"format": "pnpm format:pwsh && pnpm format:md && pnpm format:python",

0 commit comments

Comments
 (0)