From 4cd5f1bba3b2a7e7214ad1dc08a37c67fc64955a Mon Sep 17 00:00:00 2001 From: Quintin Willison Date: Fri, 29 Jan 2021 15:45:52 +0000 Subject: [PATCH] Add status badges to top of the readme. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 478504bdb..1e377a2f0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # [Ably](https://www.ably.io) +![.github/workflows/check.yml](https://github.com/ably/ably-java/workflows/.github/workflows/check.yml/badge.svg) +![.github/workflows/integration-test.yml](https://github.com/ably/ably-java/workflows/.github/workflows/integration-test.yml/badge.svg) +![.github/workflows/assemble.yml](https://github.com/ably/ably-java/workflows/.github/workflows/assemble.yml/badge.svg) + | Android | Java | |---------|------| | [ ![Download](https://api.bintray.com/packages/ably-io/ably/ably-android/images/download.svg) ](https://bintray.com/ably-io/ably/ably-android/_latestVersion) | [ ![Download](https://api.bintray.com/packages/ably-io/ably/ably-java/images/download.svg) ](https://bintray.com/ably-io/ably/ably-java/_latestVersion) |