From 034fd14c2397dfa7184e76c6a62d728bc7db19ed Mon Sep 17 00:00:00 2001 From: Marques Johansson Date: Thu, 22 Apr 2021 11:52:31 -0400 Subject: [PATCH] update build badge to GH Actions Signed-off-by: Marques Johansson --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be7b6cc..db0c856 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ A Python client for the Equinix Metal API. -![Build Status](https://drone.packet.net/api/badges/packethost/packet-python/status.svg "Build Status") -![](https://img.shields.io/badge/Stability-Maintained-green.svg) +[![Build Status](https://github.com/packethost/packet-python/actions/workflows/test.yml/badge.svg)](https://github.com/packethost/packet-python/actions/workflows/test.yml) +[![Stability: Maintained](https://img.shields.io/badge/Stability-Maintained-green.svg)](https://github.com/packethost/standards/blob/main/maintained-statement.md#maintained-statements) This repository is [Maintained](https://github.com/packethost/standards/blob/master/maintained-statement.md) meaning that this software is supported by Equinix Metal and its community - available to use in production environments. @@ -257,7 +257,7 @@ print(vlan) * Fork the project. * Start a feature/bugfix branch. * Commit and push until you are happy with your contribution. -* You can test your changes with the `test/tests.sh` script, which is what drone uses to check builds. +* You can test your changes with the `tox`, which is what GitHub Actions use to check builds. ## Credits