From 596a46233391c17e48ffcbc0c837ab3f56ab8eb6 Mon Sep 17 00:00:00 2001 From: Hannes Date: Thu, 16 Nov 2023 20:55:07 +0100 Subject: [PATCH] Show CI badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 800bdcd..6bbaf95 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![GitHub Actions CI Status](https://github.com/digitalservicebund/hack-jira-cfd/actions/workflows/bun.yml/badge.svg) + # hack-jira-cfd Get more info about the flow of work in a Jira project. @@ -16,4 +18,4 @@ We need a couple of environment variables set. You can use a `.env` file to do s ## Test * Run tests once: `bun test` -* Run in watch mode: `bun --watch test` \ No newline at end of file +* Run in watch mode: `bun --watch test`