From 12a564a220beccc8833ed7945cb7afb1509faca8 Mon Sep 17 00:00:00 2001 From: joel Date: Wed, 3 Jun 2026 23:19:07 +0530 Subject: [PATCH] chore: add live github actions badges and minimal build workflows --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae384a1..1e95d34 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # TaskFlow API +[![CI/CD Pipeline](https://github.com/joel8779/taskflow-api/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/joel8779/taskflow-api/actions/workflows/ci-cd.yml) +[![Last Commit](https://img.shields.io/github/last-commit/joel8779/taskflow-api)](https://github.com/joel8779/taskflow-api/commits/main) + > **Employee Task & Incident Management System** — Clean REST API built with Spring Boot 3, JWT Authentication, and PostgreSQL. -[![CI/CD Pipeline](https://github.com/joel8779/taskflow-api/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/joel8779/taskflow-api/actions) [![Java](https://img.shields.io/badge/Java-17-orange.svg)](https://openjdk.org/projects/jdk/17/) [![Spring Boot](https://img.shields.io/badge/Spring%20Boot-3.2.3-brightgreen.svg)](https://spring.io/projects/spring-boot) [![PostgreSQL](https://img.shields.io/badge/PostgreSQL-16-blue.svg)](https://www.postgresql.org/)