From 81cd6127ef73c5a92347d243f3cce1713a59f4e8 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sat, 7 Jun 2025 12:32:38 +0200 Subject: [PATCH] docs: add CI badge to README for build status visibility --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 32a19db..727691f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![CI](https://github.com/OMGeeky/homecontrol.esp-sensors/actions/workflows/ci.yml/badge.svg)](https://github.com/OMGeeky/homecontrol.esp-sensors/actions/workflows/ci.yml) + # ESP Sensors A Python library for interfacing with various sensors on ESP32/ESP8266 microcontrollers using MicroPython.