From b0c67018bf5ebe6d04ac3264177ed57614a814a7 Mon Sep 17 00:00:00 2001 From: sayboras Date: Tue, 29 Oct 2019 16:02:24 +1100 Subject: [PATCH] To add the build badge for github action (#69) --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index 7ecd03fe1..054e2aed5 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,11 @@ # Components Contrib +[![Go Report Card](https://goreportcard.com/badge/github.com/dapr/components-contrib)](https://goreportcard.com/report/github.com/dapr/components-contrib) +[![Build Status](https://github.com/dapr/components-contrib/workflows/components-contrib/badge.svg?event=push&branch=master)](https://github.com/dapr/components-contrib/actions?workflow=components-contrib) +[![Gitter](https://badges.gitter.im/Dapr/community.svg)](https://gitter.im/Dapr/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + + The purpose of Components Contrib is to provide open, community driven reusable components for building distributed applications. These components are being used by the [Dapr](https://github.com/dapr/dapr) project, but are separate and decoupled from it.