From 7db03e3572d7569869cc6a7aae8f6d1896eb3728 Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 23 Sep 2023 20:54:54 +0100 Subject: [PATCH] Replace Drone badge with GitHub Actions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5615fcd..475fb64 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenRS2 Natives -[![Build status badge](https://build.openrs2.org/api/badges/openrs2/openrs2-natives/status.svg)](https://build.openrs2.org/openrs2/openrs2-natives/) +[![Build status badge][actions-badge]][actions] ## Introduction @@ -122,6 +122,8 @@ OpenRS2 is available under the terms of the [ISC license][isc], which is similar to the 2-clause BSD license. The full copyright notice and terms are available in the `LICENSE` file. +[actions-badge]: https://github.com/openrs2/openrs2-natives/actions/workflows/build.yaml/badge.svg?branch=master +[actions]: https://github.com/openrs2/openrs2-natives/actions [gcc]: https://gcc.gnu.org/ [homebrew]: https://brew.sh/ [isc]: https://opensource.org/licenses/ISC