From 5307e4c211ba7b90ce2399274577e1aad66079a4 Mon Sep 17 00:00:00 2001 From: kbuffardi Date: Sat, 2 Mar 2024 22:57:15 -0800 Subject: [PATCH] Add CI status badge to README.md, closes #2 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9ac4e98..8262d6c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ColorPalette +[![Build C++](https://github.com/kbuffardi/ColorPalette/actions/workflows/build.yml/badge.svg)](https://github.com/kbuffardi/ColorPalette/actions/workflows/build.yml) + This is a simple C++ program for managing a collection or palette of RGB colors. Invoke the program by running **Palette**, followed by a list of the color values, such as: