This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit 95a875335ad8f98ada8c572bc2720fa74bdc647b
Author: Szymon Janc <[email protected]>
AuthorDate: Tue Jan 31 13:40:30 2023 +0100

    README: Add GH Actions badges
    
    Makes it easier to catch broken CI on master branch.
---
 README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/README.md b/README.md
index d5ddbec8..952a35ca 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,20 @@
 
 ## Overview
 
+<a 
href="https://github.com/apache/mynewt-nimble/actions/workflows/build_targets.yml";>
+  <img 
src="https://github.com/apache/mynewt-nimble/actions/workflows/build_targets.yml/badge.svg";>
+<a/>
+
+<a 
href="https://github.com/apache/mynewt-nimble/actions/workflows/build_ports.yml";>
+  <img 
src="https://github.com/apache/mynewt-nimble/actions/workflows/build_ports.yml/badge.svg";>
+<a/>
+
+<a 
href="https://github.com/apache/mynewt-nimble/actions/workflows/newt_test_all.yml/badge.svg";>
+  <img 
src="https://github.com/apache/mynewt-nimble/actions/workflows/newt_test_all.yml/badge.svg";>
+<a/>
+
+<p>
+
 Apache NimBLE is an open-source Bluetooth 5.1 stack (both Host & Controller)
 that completely replaces the proprietary SoftDevice on Nordic chipsets. It is
 part of [Apache Mynewt project](https://github.com/apache/mynewt-core).

Reply via email to