Skip to content

Commit 034fd14

Browse files
committed
update build badge to GH Actions
Signed-off-by: Marques Johansson <[email protected]>
1 parent 799ae83 commit 034fd14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
A Python client for the Equinix Metal API.
44

5-
![Build Status](https://drone.packet.net/api/badges/packethost/packet-python/status.svg "Build Status")
6-
![](https://img.shields.io/badge/Stability-Maintained-green.svg)
5+
[![Build Status](https://github.com/packethost/packet-python/actions/workflows/test.yml/badge.svg)](https://github.com/packethost/packet-python/actions/workflows/test.yml)
6+
[![Stability: Maintained](https://img.shields.io/badge/Stability-Maintained-green.svg)](https://github.com/packethost/standards/blob/main/maintained-statement.md#maintained-statements)
77

88
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.
99

@@ -257,7 +257,7 @@ print(vlan)
257257
* Fork the project.
258258
* Start a feature/bugfix branch.
259259
* Commit and push until you are happy with your contribution.
260-
* You can test your changes with the `test/tests.sh` script, which is what drone uses to check builds.
260+
* You can test your changes with the `tox`, which is what GitHub Actions use to check builds.
261261

262262
## Credits
263263

0 commit comments

Comments
 (0)