From 2af3f35c9482596247574f4202dbf6599b067b63 Mon Sep 17 00:00:00 2001 From: Sai kishore P Date: Thu, 7 May 2026 00:53:10 +0530 Subject: [PATCH 1/2] Add CI badge to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d27eb2..2eaaf37 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/mloda-ai/mloda-plugin-template/blob/main/LICENSE) [![mloda](https://img.shields.io/badge/built%20with-mloda-blue.svg)](https://github.com/mloda-ai/mloda) [![Python](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/) +[![CI](https://github.com/mloda-ai/mloda-plugin-template/actions/workflows/test.yml/badge.svg)](https://github.com/mloda-ai/mloda-plugin-template/actions/workflows/test.yml) # mloda-plugin-template From 2257d61ce0ace12588a8e0d3ad27f2aae2598a44 Mon Sep 17 00:00:00 2001 From: Sai kishore P Date: Thu, 7 May 2026 00:53:44 +0530 Subject: [PATCH 2/2] Fix CI badge link in README.md Added CI status badge to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eaaf37..13bd74a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/mloda-ai/mloda-plugin-template/blob/main/LICENSE) [![mloda](https://img.shields.io/badge/built%20with-mloda-blue.svg)](https://github.com/mloda-ai/mloda) [![Python](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/) -[![CI](https://github.com/mloda-ai/mloda-plugin-template/actions/workflows/test.yml/badge.svg)](https://github.com/mloda-ai/mloda-plugin-template/actions/workflows/test.yml) +[![CI](https://github.com/mloda-ai/mloda-plugin-template/actions/workflows/test.yml/badge.svg)](https://github.com/mloda-ai/mloda-plugin-template/actions/workflows/test.yml) # mloda-plugin-template