From 8640e3edfcb6333ef1d8e2be87164ef69ff55cf0 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 27 May 2020 21:47:41 -0700 Subject: [PATCH] Add CI status badges to readme These badges show the status of the most recent CI workflow runs for the default branch. --- README.adoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 270f3e1..aade2df 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,10 @@ -= ArduinoBearSSL = +:repository-owner: arduino-libraries +:repository-name: ArduinoBearSSL + += {repository-name} = + +image:https://github.com/{repository-owner}/{repository-name}/workflows/Compile%20Examples/badge.svg["Compile Examples Status", link="https://github.com/{repository-owner}/{repository-name}/actions?workflow=Compile+Examples"] +image:https://github.com/{repository-owner}/{repository-name}/workflows/Spell%20Check/badge.svg["Spell Check Status", link="https://github.com/{repository-owner}/{repository-name}/actions?workflow=Spell+Check"] Port of https://bearssl.org[BearSSL] to Arduino.