From db134a2b479cc1f984e10e72f5df96272dade295 Mon Sep 17 00:00:00 2001 From: Brandon Sprague Date: Fri, 5 May 2023 12:08:01 -0700 Subject: [PATCH] Add CI badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f0d29b8..1001aa8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Aplos API Client [![GoDoc](https://pkg.go.dev/badge/github.com/Silicon-Ally/aplos?status.svg)](https://pkg.go.dev/github.com/Silicon-Ally/aplos?tab=doc) +[![CI Workflow](https://github.com/Silicon-Ally/aplos/actions/workflows/test.yml/badge.svg)](https://github.com/Silicon-Ally/aplos/actions?query=branch%3Amain) + Note: This is a pre-v1.0.0 library, expect the API surface to change.