Skip to content

Commit d3f0acf

Browse files
committed
doc: add Go doc reference and CI badges to the readme
Signed-off-by: Robin Hahling <[email protected]>
1 parent 690d014 commit d3f0acf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run static checks and unit tests
1+
name: Tests
22

33
on:
44
push:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Workerpool
22

3+
[![Go Reference](https://pkg.go.dev/badge/github.com/cilium/workerpool.svg)](https://pkg.go.dev/github.com/cilium/workerpool)
4+
[![CI](https://github.com/cilium/workerpool/workflows/Tests/badge.svg)](https://github.com/cilium/workerpool/actions?query=workflow%3ATests)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/cilium/workerpool)](https://goreportcard.com/report/github.com/cilium/workerpool)
6+
37
Package workerpool implements a concurrency limiting worker pool. Worker
48
routines are spawned on demand as tasks are submitted.
59

0 commit comments

Comments
 (0)