docs(xburn/overview): 补概述引子与适用范围说明#1
Merged
Merged
Conversation
触发首次 CI,验证 lint+custom-checks+build 三 job 在 GitHub Actions 跑通, 注册 check 名以便配置分支保护 Require status checks。 Co-Authored-By: Claude <noreply@anthropic.com>
markdownlint MD025 默认把 frontmatter 的 title 字段当成 H1, 与正文 H1 冲突误报'多个 H1'。Docusaurus 用 frontmatter title 做 侧边栏标签、正文另有 H1,两者本就并存。配 front_matter_title:"" 让 MD025 不计 frontmatter title。本地 24 文件 markdownlint 全过。 Co-Authored-By: Claude <noreply@anthropic.com>
方便本地用与 CI 同款引擎(npx markdownlint-cli2)验证 lint, 不必等 GitHub Actions 红了才发现。CI 的 lint job 用 action 自带引擎, 不依赖此 devDependency,但本地调试需要。 Co-Authored-By: Claude <noreply@anthropic.com>
GitHub 组织 Actions 计费失败/spending limit 不足,job 无法启动。 self-hosted runner 不占免费分钟数(rdk_x_doc 部署同款用法)。 三个 job(lint/custom-checks/build)改 runs-on: self-hosted, node 优先用 runner 本地版本、缺失再 setup-node fallback(抄 rdk_x detect_node)。 Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
触发首次 CI,验证 lint+custom-checks+build 三 job 在 GitHub Actions 跑通, 注册 check 名以便配置分支保护 Require status checks。
Description
Brief description of changes.
Type of change
Checklist
npm run buildlocally)