From 19c67aa6952dd39936cc38f12d0b560daf2b7c3e Mon Sep 17 00:00:00 2001 From: bryandino673 <149550695+bryandino673@users.noreply.github.com> Date: Wed, 13 Mar 2024 06:01:05 +0100 Subject: [PATCH] feat: #97 add status badge (#98) * feat: Added the status badge of the translator yaml file * feat: Added the status badge for the backend yaml file * Adding New Workflow Status to README.md file --------- Co-authored-by: kouamschekina --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a933a019..87eee428 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +## WorkFlow Status + +[![Build, deploy and docker build frontend](https://github.com/ADORSYS-GIS/e2e-banking-app/actions/workflows/build-deploy-and-docker-build.yml/badge.svg)](https://github.com/ADORSYS-GIS/e2e-banking-app/actions/workflows/build-deploy-and-docker-build.yml) + +[![Build Translator](https://github.com/ADORSYS-GIS/e2e-banking-app/actions/workflows/build-translator.yml/badge.svg)](https://github.com/ADORSYS-GIS/e2e-banking-app/actions/workflows/build-translator.yml) + +[![Build Backend](https://github.com/ADORSYS-GIS/e2e-banking-app/actions/workflows/build-service.yml/badge.svg)](https://github.com/ADORSYS-GIS/e2e-banking-app/actions/workflows/build-service.yml) + # e2e-banking-app Welcome to the e2e-banking-app project! This repository contains the code for the end-to-end banking application.