Skip to content

Restore CI by formatting Markdown docs to match Deno fmt - #1

Merged
intpfx merged 1 commit into
mainfrom
codex/ci-failure-investigation
Jul 30, 2026
Merged

Restore CI by formatting Markdown docs to match Deno fmt#1
intpfx merged 1 commit into
mainfrom
codex/ci-failure-investigation

Conversation

@Codex

@Codex Codex AI commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

The CI run was failing at the first gate because deno fmt --check . detected two Markdown files with non-canonical wrapping. This change is limited to those documentation formatting deltas so the existing workflow can proceed past the format check.

  • CI failure scope

    • Restrict the fix to the two files called out by the formatter:
      • design-qa.md
      • docs/openfx-console-architecture.md
  • Formatting alignment

    • Rewrap long Markdown lines to match Deno's canonical output.
    • Preserve document content and meaning; no runtime, config, or workflow behavior is changed.
  • Representative change

- 拉伸卡片或原图。沉浸图像改用 AppKit 比例适配,完整显示且不变形;视频保持
- AVPlayer 的原始宽高比。
+ 拉伸卡片或原图。沉浸图像改用 AppKit 比例适配,完整显示且不变形;视频保持 AVPlayer
+ 的原始宽高比。

Co-authored-by: intpfx <56549816+intpfx@users.noreply.github.com>
@Codex Codex AI assigned Codex and intpfx Jul 30, 2026
@intpfx
intpfx marked this pull request as ready for review July 30, 2026 11:11
Copilot AI review requested due to automatic review settings July 30, 2026 11:11
@intpfx
intpfx merged commit 36a526f into main Jul 30, 2026
2 checks passed
@intpfx
intpfx deleted the codex/ci-failure-investigation branch July 30, 2026 11:11

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR restores CI by aligning Markdown line wrapping with deno fmt’s canonical formatting, limited to the two documentation files flagged by deno fmt --check ..

Changes:

  • Rewrapped long lines in docs/openfx-console-architecture.md to match Deno formatter output.
  • Rewrapped long lines in design-qa.md to match Deno formatter output.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
docs/openfx-console-architecture.md Adjusts Markdown wrapping within a list item to satisfy deno fmt formatting.
design-qa.md Adjusts Markdown wrapping within a list item to satisfy deno fmt formatting.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants