From f33a004a1618d654c76faa53eb6392d222f0a4d5 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 5 Jan 2026 08:05:32 +0000 Subject: [PATCH] Fix broken build status badge in README Update the workflow badge URL from 'build' to 'test-nodejs' to match the actual GitHub Actions workflow name defined in nodejs.yml. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54a14101..c2e17bd5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Binary-parser -[![build](https://github.com/keichi/binary-parser/workflows/build/badge.svg)](https://github.com/keichi/binary-parser/actions?query=workflow%3Abuild) +[![test-nodejs](https://github.com/keichi/binary-parser/workflows/test-nodejs/badge.svg)](https://github.com/keichi/binary-parser/actions?query=workflow%3Atest-nodejs) [![npm](https://img.shields.io/npm/v/binary-parser)](https://www.npmjs.com/package/binary-parser) [![license](https://img.shields.io/github/license/keichi/binary-parser)](https://github.com/keichi/binary-parser/blob/master/LICENSE)