From bd1416ef913e6027a003596fa1ef53ad72b4e7fc Mon Sep 17 00:00:00 2001 From: Mazen Ali Date: Sat, 20 Jul 2024 13:22:11 +0200 Subject: [PATCH] Add CI badge to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 607f242..bc62263 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # QuLearn +[![CI](https://github.com/MazenAli/QuLearn/actions/workflows/main.yml/badge.svg)](https://github.com/MazenAli/QuLearn/actions/workflows/main.yml) + Welcome to QuLearn, a Python package designed to simplify the development and application of quantum and classical machine learning models. This project remained a hobby and is not actively developed anymore. It is very difficult to get people to build something they don't have to...