Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit f01c587

Browse files
committed
chore: added badges
1 parent 0b6bbca commit f01c587

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Go EventBus
22

3+
![Go Unit Tests](https://github.com/dtomasi/go-event-bus/actions/workflows/go.yml/badge.svg)
4+
![Golang CI Lint](https://github.com/dtomasi/go-event-bus/actions/workflows/golangci-lint.yml/badge.svg)
5+
![CodeQL](https://github.com/dtomasi/go-event-bus/actions/workflows/codeql-analysis.yml/badge.svg)
6+
7+
[![CodeFactor](https://www.codefactor.io/repository/github/dtomasi/go-event-bus/badge)](https://www.codefactor.io/repository/github/dtomasi/go-event-bus)
8+
39
## Introduction
410

511
This package provides a simple yet powerful event bus.

0 commit comments

Comments
 (0)