From 55d3d5ef125c96abc99b429aff21ac285b209698 Mon Sep 17 00:00:00 2001 From: bageshwar <2353296+bageshwar@users.noreply.github.com> Date: Tue, 26 Apr 2022 06:51:17 +0530 Subject: [PATCH] Adding build badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd52645..ec5931f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Task Execution Framework +[![Java CI with Maven](https://github.com/flipkart-incubator/tef/actions/workflows/maven.yml/badge.svg)](https://github.com/flipkart-incubator/tef/actions/workflows/maven.yml) + A low-footprint Workflow Execution Framework to build and execute configured DAGs. The highlights of this framework is its ability to configure within code, with the support for Data and Control Dependencies along with packaging logical blocks as Capabilities. ## Lead Developer -@bageshwar \ No newline at end of file +@bageshwar