From acea7148a2c832080a8d82bd882de4afb1bdd195 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sun, 29 Oct 2023 13:40:02 +0100 Subject: [PATCH] Add status badges to the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e6a3406..c3207c0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@

Go API Reference + [![Go Report Card](https://goreportcard.com/badge/github.com/rymdport/go-qrcode)](https://goreportcard.com/report/github.com/rymdport/go-qrcode) + [![Analysis](https://github.com/rymdport/go-qrcode/actions/workflows/analysis.yml/badge.svg)](https://github.com/rymdport/go-qrcode/actions/workflows/analysis.yml) + [![Tests](https://github.com/rymdport/go-qrcode/actions/workflows/tests.yml/badge.svg)](https://github.com/rymdport/go-qrcode/actions/workflows/tests.yml)

# go-qrcode