From f1093fc59b451d773ac29979b58a6ad90afb3b38 Mon Sep 17 00:00:00 2001 From: Alleo Indong Date: Thu, 30 Jan 2025 18:52:51 +0800 Subject: [PATCH] Update GitHub Actions badge in README - Replace Node.js CI badge with Publish Package workflow badge - Ensure correct GitHub Actions status visualization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19e9c64..dc9d3bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## AI-Powered Code Review CLI 🛠️ ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) -![Node.js CI](https://github.com/aindong/deepreview/actions/workflows/node.js.yml/badge.svg) +[![Publish Package](https://github.com/aindong/deepreview/actions/workflows/publish.yml/badge.svg)](https://github.com/aindong/deepreview/actions/workflows/publish.yml) A intelligent CLI tool that leverages AI for code analysis, pull request generation, and interactive code reviews. ## Features ✨