From dd89a329a6c085f082c624c5b499b9374b541c57 Mon Sep 17 00:00:00 2001 From: Phil Wakelin Date: Thu, 19 Dec 2024 10:11:34 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a1bd4a..216b3a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ cics-java-liberty-restapp =========================== +[![Build](https://github.com/cicsdev/cics-java-liberty-restapp/actions/workflows/main.yml/badge.svg)](https://github.com/cicsdev/cics-java-liberty-restapp/actions/workflows/main.yml) + Sample RESTful web application for deployment to a Liberty JVM server in CICS. The application is supplied with two resources: 1. `InfoResource` - This queries the JVM server environment using system properties and uses JAXB beans to return a JSON response detailing the CICS environment.