From cc2737f32aa95ddf0e7d60a1530287324bfd004b Mon Sep 17 00:00:00 2001 From: keith <1033610335@qq.com> Date: Fri, 5 Dec 2025 13:26:57 +0800 Subject: [PATCH] docs: add CI status and MIT license badges to README header --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a9d9e44..b00c043 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # 🗂️ Task Manager (Laravel 12) +![CI](https://github.com/coolert/task-manager/actions/workflows/ci.yml/badge.svg) +![License: MIT](https://img.shields.io/badge/License-MIT-green.svg) + A production-grade **Laravel 12 backend** showcasing clean architecture, strict typing, fully tested APIs, and modern engineering practices.