From c0e9825e2628a2ef2cecb14d1d031ae454bd9cb4 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Thu, 9 Jan 2020 22:31:42 -0500 Subject: [PATCH] add badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e6d4849..cc7dfa4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Typed HTTP Client with TypeScript Typings +[![Http Status](https://github.com/actions/http-client/workflows/http-tests/badge.svg)](https://github.com/actions/http-client/actions) + A lightweight HTTP client optimized for use with actions, TypeScript with generics and async await. ## Features