From 976c2250742c5d57c109a93cb4bebec25e2399d0 Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Sun, 23 Aug 2026 20:43:23 +0200 Subject: [PATCH] Fix: Add missing test suite status badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c424d6..c1c1040 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Setup GitHub Release Action +![Test suite status](https://gitea.koszewscy.waw.pl/koszewscy/setup-github-release/actions/workflows/test.yml/badge.svg?branch=main) + This project implements a GitHub Action (`setup-github-release`) and a CLI tool (`install-github-release`) that downloads a release asset from a specified GitHub repository, extracts it, searches for a binary within the extracted files, and prepares the runtime environment. ## Installation / Setup