✨ feat(typescript): add standards docs and sync rewrite coverage
This commit is contained in:
@@ -15,11 +15,8 @@ VALID_LINKS=0
|
||||
BROKEN_LINKS=0
|
||||
SKIPPED_LINKS=0
|
||||
|
||||
BROKEN_LINKS_FILE="/tmp/broken_links.txt"
|
||||
REPORT_FILE="/tmp/doc_links_report.txt"
|
||||
|
||||
> "$BROKEN_LINKS_FILE"
|
||||
> "$REPORT_FILE"
|
||||
BROKEN_LINKS_FILE="$(mktemp "${TMPDIR:-/tmp}/broken_links.XXXXXX")"
|
||||
REPORT_FILE="$(mktemp "${TMPDIR:-/tmp}/doc_links_report.XXXXXX")"
|
||||
|
||||
echo "📁 Playbook 根目录: $PLAYBOOK_ROOT"
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user