From f3d26669601bc7c10cc16c9d091603264f2fbb61 Mon Sep 17 00:00:00 2001 From: Koen Bolhuis Date: Tue, 19 Oct 2021 23:35:50 +0200 Subject: [PATCH] Add CI status badge to README --- .github/workflows/ci.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f62d3ea..2b9782b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI builder +name: CI on: [push, pull_request] diff --git a/README.md b/README.md index 5abf77d..d124763 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Crate](https://img.shields.io/crates/v/listenbrainz)](https://crates.io/crates/listenbrainz) [![Documentation](https://docs.rs/listenbrainz/badge.svg)](https://docs.rs/listenbrainz) +[![CI builder](https://github.com/InputUsername/listenbrainz-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/InputUsername/listenbrainz-rs/actions/workflows/ci.yml) [![License](https://img.shields.io/crates/l/listenbrainz)](https://github.com/InputUsername/listenbrainz-rs/blob/main/LICENSE) ListenBrainz API bindings for Rust.