Skip to content

Commit 7853c8b

Browse files
committed
feat: Add Python and Go CI badges to README
1 parent 0e41d95 commit 7853c8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[![Checks](https://github.com/arunsathiya/adventofcode/actions/workflows/tests.yml/badge.svg)](https://github.com/arunsathiya/adventofcode/actions)
1+
[![Go Checks](https://github.com/arunsathiya/adventofcode/actions/workflows/go-tests.yml/badge.svg)](https://github.com/arunsathiya/adventofcode/actions)
2+
[![Python Checks](https://github.com/arunsathiya/adventofcode/actions/workflows/python-tests.yml/badge.svg)](https://github.com/arunsathiya/adventofcode/actions)
23

34
# Advent Of Code
45

0 commit comments

Comments
 (0)