From bc836588052c338f7f3a0f2bf8956ad0463deb0e Mon Sep 17 00:00:00 2001 From: Tiago Siebler Date: Mon, 10 Oct 2022 11:46:12 +0100 Subject: [PATCH] add integration test badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 03d89c7..357b272 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # bitget-api +[![Actions Status](https://github.com/tiagosiebler/bitget-api/actions/workflows/integrationtest.yml/badge.svg)](https://github.com/tiagosiebler/bitget-api/actions) + [![Tests](https://circleci.com/gh/tiagosiebler/bitget-api.svg?style=shield)](https://circleci.com/gh/tiagosiebler/bitget-api) [![npm version](https://img.shields.io/npm/v/bitget-api)][1] [![npm size](https://img.shields.io/bundlephobia/min/bitget-api/latest)][1] [![npm downloads](https://img.shields.io/npm/dt/bitget-api)][1] [![last commit](https://img.shields.io/github/last-commit/tiagosiebler/bitget-api)][1] @@ -51,6 +53,7 @@ The version on npm is the output from the `build` command and can be used in pro - [examples](./examples) - some implementation examples & demonstrations. Contributions are welcome! --- + ## REST API Clients Each REST API group has a dedicated REST client. To avoid confusion, here are the available REST clients and the corresponding API groups: | Class | Description |