From 67493f92f66a1faabeb4ab4643a6331776a6b3be Mon Sep 17 00:00:00 2001 From: thecoderatekid Date: Thu, 7 Aug 2025 18:25:49 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24b9a52..0e43c9b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # Test Runner -[![CI Demo](https://rustygits.com/thecoderatekid/Test-Runner/actions/workflows/ci-demo.yml/badge.svg?branch=main&style=flat-square)](https://rustygits.com/thecoderatekid/Test-Runner/actions) +[![CI Demo](https://rustygits.com/thecoderatekid/Test-Runner/actions/workflows/ci-demo.yml/badge.svg?branch=main&style=flat-square)](https://rustygits.com/thecoderatekid/Test-Runner/actions) +[![Swift Test](https://rustygits.com/thecoderatekid/Test-Runner/actions/workflows/swift-test.yml/badge.svg?branch=main&style=flat-square)](https://rustygits.com/thecoderatekid/Test-Runner/actions) > A demo repository to verify our self-hosted Gitea Actions runner. ## Workflow Status -This badge shows the status of the **CI Demo** workflow on the `main` branch—green means success, red means failure. -You can click it to view all past runs. \ No newline at end of file +- **CI Demo** (push → echo hello) +- **Swift Test** (push → install Swift & run a Hello World) + +These badges use Gitea's built-in workflow-badge URL format. \ No newline at end of file