Skip to content

docs(xburn/overview): 补概述引子与适用范围说明#1

Merged
Paka-418 merged 4 commits into
mainfrom
chore/trigger-ci
Jun 30, 2026
Merged

docs(xburn/overview): 补概述引子与适用范围说明#1
Paka-418 merged 4 commits into
mainfrom
chore/trigger-ci

Conversation

@Paka-418

Copy link
Copy Markdown
Collaborator

触发首次 CI,验证 lint+custom-checks+build 三 job 在 GitHub Actions 跑通, 注册 check 名以便配置分支保护 Require status checks。

Description

Brief description of changes.

Type of change

  • Documentation content update
  • New documentation page
  • Bug fix (broken link, typo, formatting)
  • Infrastructure (config, CI, tooling)

Checklist

  • I have verified all internal links are valid
  • I have checked both Chinese and English content (if applicable)
  • I have verified MDX syntax compiles (run npm run build locally)

xburn-doc and others added 4 commits June 30, 2026 20:17
触发首次 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>
@Paka-418
Paka-418 merged commit ee4b926 into main Jun 30, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant