From 7853c8b33210e2158c6d316658b1fb61c2a67282 Mon Sep 17 00:00:00 2001 From: Arun Date: Fri, 23 Aug 2024 09:30:08 -0700 Subject: [PATCH] feat: Add Python and Go CI badges to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ea2525..c05acb6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![Checks](https://github.com/arunsathiya/adventofcode/actions/workflows/tests.yml/badge.svg)](https://github.com/arunsathiya/adventofcode/actions) +[![Go Checks](https://github.com/arunsathiya/adventofcode/actions/workflows/go-tests.yml/badge.svg)](https://github.com/arunsathiya/adventofcode/actions) +[![Python Checks](https://github.com/arunsathiya/adventofcode/actions/workflows/python-tests.yml/badge.svg)](https://github.com/arunsathiya/adventofcode/actions) # Advent Of Code