Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit e20a203

Browse files
committed
Add badge for go test workflow to README
1 parent ae0826b commit e20a203

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Advent of Code 2024 ![gofmt](https://github.com/terminalnode/adventofcode2024/workflows/gofmt/badge.svg)
1+
# Advent of Code 2024
2+
![gofmt](https://github.com/terminalnode/adventofcode2024/workflows/gofmt/badge.svg)
3+
![go test](https://github.com/terminalnode/adventofcode2024/workflows/go%20test/badge.svg)
4+
25
This year's advent of code is being solved in Go as a series of microservices
36
running in a Kubernetes cluster (or `docker-compose` if you prefer). The Kubernetes
47
solution is deployed using Helm and implements service discovery using services and

0 commit comments

Comments
 (0)