From f6fabcea0cf9986c315617206a2bdd59ca677ffe Mon Sep 17 00:00:00 2001 From: Vaibhav Kamra Date: Mon, 24 Oct 2022 21:10:01 -0700 Subject: [PATCH] Add CI badge (#1318) ## Description Add CI badge ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [x] :hamster: Trivial/Minor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb26905bd..86d3fcc51 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ # Corso +[![CI](https://github.com/alcionai/corso/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/alcionai/corso/actions) [![Discord](https://img.shields.io/badge/discuss-discord-blue)](https://discord.gg/63DTTSnuhT) [![License](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://opensource.org/licenses/Apache-2.0) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)