From 6b2cd73d90a57a154f167cd02e2207d6b69c5a4d Mon Sep 17 00:00:00 2001 From: Johnny Huynh <27847622+johnnyhuy@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:34:51 +1000 Subject: [PATCH] fix(readme): correct workflow badge extensions to .yaml GitHub Actions badge URLs must use the same extension as the workflow file. The CI workflow is `ci.yaml` and the release workflow is `release-please.yaml`; the badge URLs were pointing at `.yml` and returning 404 in the rendered README. Co-authored-by: codex@echohello.dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b97387..a309e89 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ | | | | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| CI/CD | [![CI](https://github.com/echohello-dev/skillet/actions/workflows/ci.yml/badge.svg)](https://github.com/echohello-dev/skillet/actions) [![Release](https://github.com/echohello-dev/skillet/actions/workflows/release-please.yml/badge.svg)](https://github.com/echohello-dev/skillet/releases) | +| CI/CD | [![CI](https://github.com/echohello-dev/skillet/actions/workflows/ci.yaml/badge.svg)](https://github.com/echohello-dev/skillet/actions) [![Release](https://github.com/echohello-dev/skillet/actions/workflows/release-please.yaml/badge.svg)](https://github.com/echohello-dev/skillet/releases) | | Package | [![npm](https://img.shields.io/npm/v/getskillet?color=blue)](https://www.npmjs.com/package/getskillet) [![npm (scoped)](https://img.shields.io/npm/v/@echohello/skillet?color=blue)](https://www.npmjs.com/package/@echohello/skillet) [![Docker](https://img.shields.io/badge/ghcr.io-echohello--dev%2Fskillet-blue)](https://ghcr.io/echohello-dev/skillet) | | Meta | [![License: MIT](https://img.shields.io/github/license/echohello-dev/skillet?color=blue)](LICENSE) [![Node 20+](https://img.shields.io/badge/node-20%2B-339933)](https://nodejs.org) [![Bun 1.2](https://img.shields.io/badge/bun-1.2-f9f1e1)](https://bun.sh) |