From ad9428cd95dbb34724672bb56c1b5e9dfcf7a255 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Wed, 20 May 2026 05:29:13 -0400 Subject: [PATCH] GP-0: Adding GitHub build status badge to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3af1cb9da1..1e5534e830 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ please refer to the [Getting Started][gettingstarted] document which can be foun Ghidra installation directory. ## Build +[![Build Ghidra][build-ghidra-badge]][build-ghidra-action] + To create the latest development build for your platform from this source repository: ##### Install build tools: @@ -127,7 +129,8 @@ If you would like to contribute bug fixes, improvements, and new features back t take a look at our [Contributor's Guide][contrib] to see how you can participate in this open source project. - +[build-ghidra-action]: https://github.com/NationalSecurityAgency/ghidra/actions/workflows/build-ghidra.yml +[build-ghidra-badge]: https://github.com/NationalSecurityAgency/ghidra/actions/workflows/build-ghidra.yml/badge.svg [nsa]: https://www.nsa.gov [contrib]: CONTRIBUTING.md [devguide]: DevGuide.md