From 1273ff6f013c5baaa11a2e608087aad06f2e5c12 Mon Sep 17 00:00:00 2001 From: RGJorge Date: Tue, 12 May 2026 02:46:11 +0000 Subject: [PATCH] =?UTF-8?q?v0.1.2=20=E2=80=94=20dynamic=20CI=20status=20ba?= =?UTF-8?q?dge=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Swap the static "tests-37-passing" badge for the live GitHub Actions badge now that CI is back online. README visitors see the real build status. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d89d87..565d94f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ContainerFlow -![Tests](https://img.shields.io/badge/tests-37%20passing-brightgreen) +[![CI](https://github.com/RGJorge/ContainerFlow/actions/workflows/ci.yml/badge.svg)](https://github.com/RGJorge/ContainerFlow/actions/workflows/ci.yml) [![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) [![Release](https://img.shields.io/github/v/tag/RGJorge/containerflow?label=version&color=green)](https://github.com/RGJorge/containerflow/tags) ![Docker Required](https://img.shields.io/badge/Docker-required-blue?logo=docker) diff --git a/package.json b/package.json index 8b5eea1..4c3c30d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "containerflow", - "version": "0.1.1", + "version": "0.1.2", "license": "AGPL-3.0-or-later", "author": "Jorge Gonzalez D. (RGJorge)", "type": "module",