From 7d3568031b9ba88c1e76cfad6f8b2413e79c7eff Mon Sep 17 00:00:00 2001 From: Jorge Rivera Date: Sat, 29 May 2021 18:09:17 +0200 Subject: [PATCH] Add Build Test badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91168de..83ab5ad 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Simple standalone command line tool to decode and encode OOK protocols supported by [**"pilight"**](https://github.com/pilight/pilight) project. [![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0) +[![Build tests](https://github.com/latchdevel/picoder/actions/workflows/BuildTest.yml/badge.svg)](https://github.com/latchdevel/picoder/actions/workflows/BuildTest.yml) Based on [**PiCode library**](http://github.com/latchdevel/PiCode) that provide a standard C++ class to should help to implement IoT bridges between the RF 433/315MHz band and internet protocols.