From 0d4686443e99b27d04f32349aa62e816833ecec6 Mon Sep 17 00:00:00 2001 From: Nathan Weinberg Date: Wed, 25 Sep 2024 13:58:14 -0400 Subject: [PATCH] docs: add workflow status badges to README Signed-off-by: Nathan Weinberg --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3ea6d8bc..35df9a55 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # instructlab-bot +![Lint](https://github.com/instructlab/instructlab-bot/actions/workflows/lint-jobs.yml/badge.svg?branch=main) +![Build](https://github.com/instructlab/instructlab-bot/actions/workflows/build.yml/badge.svg?branch=main) +![Image](https://github.com/instructlab/instructlab-bot/actions/workflows/images.yml/badge.svg?branch=main) + A GitHub bot to increase contributor test and review velocity for [instructlab/taxonomy](https://github.com/instructlab/taxonomy).