From ceef317c41861134c8232f35aa3d6ee178441dd8 Mon Sep 17 00:00:00 2001 From: kcolbchain Community Contributor Date: Thu, 11 Jun 2026 00:27:46 +0530 Subject: [PATCH] docs(readme): swap hard-coded tests-passing shield for real Actions badge The 'tests-passing' shield was a static img.shields.io string, decoupled from the actual ci.yml workflow result. Replace it with the Actions badge so the README reflects real CI state. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38222fd..33786cc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Programmable payments for AI agents.** One Python library, one contract suite, and one binary wire format that lets agents pay each other for work — over HTTP/402, on-chain escrow, multi-party micropayments, or stablecoin rails — without a human in the loop. -[![tests](https://img.shields.io/badge/tests-passing-brightgreen)](#test-results) [![python](https://img.shields.io/badge/python-3.11+-blue)](https://www.python.org/) [![status](https://img.shields.io/badge/status-active-success)](https://github.com/kcolbchain/switchboard) [![org](https://img.shields.io/badge/org-kcolbchain-7c3aed)](https://kcolbchain.com) +[![CI](https://github.com/kcolbchain/switchboard/actions/workflows/ci.yml/badge.svg)](https://github.com/kcolbchain/switchboard/actions/workflows/ci.yml) [![python](https://img.shields.io/badge/python-3.11+-blue)](https://www.python.org/) [![status](https://img.shields.io/badge/status-active-success)](https://github.com/kcolbchain/switchboard) [![org](https://img.shields.io/badge/org-kcolbchain-7c3aed)](https://kcolbchain.com) ---