From 72b5a5c3aac09b707855bd0afba5fd0c15e19c79 Mon Sep 17 00:00:00 2001 From: "Jon K. Bernhardsen" Date: Sun, 26 Feb 2023 13:20:50 +0000 Subject: [PATCH] adds build status badge (GitHub actions) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4b9efd..e4894f2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Adds retry functionality to the [Fetch](https://fetch.spec.whatwg.org/) API. It wraps any `fetch` API package (eg: [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch), [cross-fetch](https://github.com/lquixada/cross-fetch), [isomorphic-unfetch](https://github.com/developit/unfetch), or [Node.js native's fetch implementation](https://nodejs.org/dist/latest-v18.x/docs/api/globals.html#fetch)) and retries requests that fail due to network issues. It can also be configured to retry requests on specific HTTP status codes. +[![Node.js CI](https://github.com/jonbern/fetch-retry/actions/workflows/node.js.yml/badge.svg)](https://github.com/jonbern/fetch-retry/actions/workflows/node.js.yml) ## npm package