From a1565483e7b9084bc7ed5f48f7e20bb6a98d3020 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 5 Mar 2021 12:50:47 +0100 Subject: [PATCH] Add GitHub Actions badge to the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 298b984..1ac0936 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # widget-ts-cookiecutter -A [cookiecutter](https://github.com/audreyr/cookiecutter) template for a custom +![Github Actions Status](https://github.com/jupyter-widgets/widget-ts-cookiecutter/workflows/Build/badge.svg) + +A [cookiecutter](https://github.com/cookiecutter/cookiecutter) template for a custom Jupyter widget project. ## What is widget-ts-cookiecutter?