From a0ad61f28c6bfe35dc69d3266f797eac70dbbb46 Mon Sep 17 00:00:00 2001 From: Vartan Benohanian Date: Sun, 2 Aug 2020 17:24:28 -0400 Subject: [PATCH] Add pipeline badge to readme Signed-off-by: Vartan Benohanian --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1763d8c..008099f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # go-reddit +[![Actions Status](https://github.com/vartanbeno/go-reddit/workflows/CI/badge.svg)](https://github.com/vartanbeno/go-reddit/actions) + go-reddit is a Go client library for accessing the Reddit API. You can view Reddit's official API documentation [here](https://www.reddit.com/dev/api/).