From ae0e5679f4ff23d3c7eabd737216a8ff3320a90c Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sun, 26 Oct 2025 07:58:24 +0100 Subject: [PATCH 1/2] docs: fix CI badge status display --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5068ac36..8fecd02e 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # ncc -[![CI Status](https://github.com/vercel/ncc/workflows/CI/badge.svg)](https://github.com/vercel/ncc/actions?workflow=CI) +[![CI Status](https://github.com/vercel/ncc/actions/workflows/ci.yml/badge.svg)](https://github.com/vercel/ncc/actions?workflow=CI) Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style. From b24f23e65bc4c380244f48818fe2820bd1f6aa10 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 27 Oct 2025 11:24:51 -0400 Subject: [PATCH 2/2] Apply suggestion from @styfle --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8fecd02e..5fe7c9aa 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # ncc -[![CI Status](https://github.com/vercel/ncc/actions/workflows/ci.yml/badge.svg)](https://github.com/vercel/ncc/actions?workflow=CI) +[![CI Status](https://github.com/vercel/ncc/actions/workflows/ci.yml/badge.svg)](https://github.com/vercel/ncc/actions/workflows/ci.yml) Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.