From a7a46b1a5d86ce7e0cf305065ce419792f80f43d Mon Sep 17 00:00:00 2001 From: mischahaenen <31645541+mischahaenen@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:02:09 +0100 Subject: [PATCH] feat(badges): add github badge (#9231) Co-authored-by: Nate Moore Co-authored-by: Emanuele Stoppa Co-authored-by: Florian Lefebvre --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7b4c9b00f7c5..f8a52d07cd2a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@

+
+![Build Status](https://github.com/withastro/astro/actions/workflows/ci.yml/badge.svg) +[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/withastro/astro/blob/main/LICENSE) +[![npm version](https://badge.fury.io/js/astro.svg)](https://badge.fury.io/js/astro) +
+ ## Install The **recommended** way to install the latest version of Astro is by running the command below: