From bb576955de3acab9afce5803386dc2edc31b287f Mon Sep 17 00:00:00 2001 From: thecoderatekid Date: Thu, 7 Aug 2025 18:38:42 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f323c0..9fa44ed 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ [![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) [![Java Test](https://rustygits.com/thecoderatekid/Test-Runner/actions/workflows/java-test.yml/badge.svg?branch=main&style=flat-square)](https://rustygits.com/thecoderatekid/Test-Runner/actions) [![Python Test](https://rustygits.com/thecoderatekid/Test-Runner/actions/workflows/python-test.yml/badge.svg?branch=main&style=flat-square)](https://rustygits.com/thecoderatekid/Test-Runner/actions) -[![Docker Test](https://rustygits.com/thecoderatekid/Test-Runner/actions/workflows/docker-test.yml/badge.svg?branch=main&style=flat-square)](https://rustygits.com/thecoderatekid/Test-Runner/actions) +[![Docker Test](https://rustygits.com/thecoderatekid/Test-Runner/actions/workflows/docker-test.yml/badge.svg?branch=main&style=flat-square)](https://rustygits.com/thecoderatekid/Test-Runner/actions) +[![Kotlin Test](https://rustygits.com/thecoderatekid/Test-Runner/actions/workflows/kotlin-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. @@ -14,4 +15,5 @@ - **Swift Test** (push → install Swift & run Hello) - **Java Test** (push → install Java 17 & run HelloWorld) - **Python Test** (push → install Python 3 & run Hello) -- **Docker Test** (push → build & run a BusyBox image, then cleanup) \ No newline at end of file +- **Docker Test** (push → build & run a BusyBox image, then cleanup) +- **Kotlin Test** (push → install Kotlin & run HelloWorld) \ No newline at end of file