Skip to content

T-009: Add GitHub Actions build badges#22

Open
SuperInstance wants to merge 1 commit intomainfrom
superz/T-009
Open

T-009: Add GitHub Actions build badges#22
SuperInstance wants to merge 1 commit intomainfrom
superz/T-009

Conversation

@SuperInstance
Copy link
Copy Markdown
Owner

@SuperInstance SuperInstance commented Apr 13, 2026

T-009: Add GitHub Actions build badges

Adds CI/build status badges to README.md for fleet visibility.

Badges added:

  • GitHub Actions benchmark.yml workflow badge
  • GitHub Actions ci.yml workflow badge
  • GitHub Actions release.yml workflow badge

🤖 Auto-generated by Super Z (FLUX Fleet Greenhorn)


Staging: Open in Devin

Copy link
Copy Markdown

@beta-devin-ai-integration beta-devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

Devin Review found 2 potential issues.

View 2 additional findings in Devin Review.

Staging: Open in Devin

Fluid Language Universal eXecution
</pre>
<p><strong>A self-assembling, self-improving runtime that compiles markdown to bytecode.</strong></p>
[![Benchmark](https://github.com/SuperInstance/flux-runtime/actions/workflows/benchmark.yml/badge.svg)](https://github.com/SuperInstance/flux-runtime/actions/workflows/benchmark.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Markdown badge syntax placed inside HTML block will render as raw text

The new badge line at README.md:15 uses Markdown image/link syntax ([![Benchmark](…)](…)) but it is placed between HTML lines without blank-line separation. Line 14 is <p><strong>…</strong></p> which starts a CommonMark type-6 HTML block, and because there is no blank line before line 15, the badge text remains part of that HTML block. Markdown syntax inside an HTML block is not processed by GitHub's renderer, so the badges will appear as literal text (e.g. [![Benchmark](https://…)) instead of rendered clickable images. The surrounding badges at README.md:22-25 correctly use HTML <img> tags for this reason.

Suggested change
[![Benchmark](https://github.com/SuperInstance/flux-runtime/actions/workflows/benchmark.yml/badge.svg)](https://github.com/SuperInstance/flux-runtime/actions/workflows/benchmark.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
<a href="https://github.com/SuperInstance/flux-runtime/actions/workflows/benchmark.yml"><img src="https://github.com/SuperInstance/flux-runtime/actions/workflows/benchmark.yml/badge.svg" alt="Benchmark"></a> <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>
Staging: Open in Devin

Was this helpful? React with 👍 or 👎 to provide feedback.

Debug

Playground

Fluid Language Universal eXecution
</pre>
<p><strong>A self-assembling, self-improving runtime that compiles markdown to bytecode.</strong></p>
[![Benchmark](https://github.com/SuperInstance/flux-runtime/actions/workflows/benchmark.yml/badge.svg)](https://github.com/SuperInstance/flux-runtime/actions/workflows/benchmark.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Duplicate License: MIT badge added

The new line at README.md:15 adds a License: MIT badge, but there is already a License: MIT badge at README.md:25 (<img src="https://img.shields.io/badge/License-MIT-yellow.svg" …>). This results in the same information being displayed twice in the header section (once blue, once yellow), which is redundant and inconsistent.

Prompt for agents
The new badge line adds both a Benchmark badge and a License: MIT badge. However, there is already a License: MIT badge in the existing badge row at README.md:25. Either remove the duplicate License badge from the new line (keeping only the Benchmark badge), or remove the old License badge from README.md:25 to avoid redundancy.
Staging: Open in Devin

Was this helpful? React with 👍 or 👎 to provide feedback.

Debug

Playground

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