From 6b41c64735189ad792970d0ec8d80098da43fba0 Mon Sep 17 00:00:00 2001 From: yetone Date: Sun, 1 Sep 2024 17:06:57 +0800 Subject: [PATCH] docs: add CI badge (#439) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 786e0c6..de24a9e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # avante.nvim +[![CI](https://github.com/yetone/avante.nvim/actions/workflows/ci.yaml/badge.svg)](https://github.com/yetone/avante.nvim/actions/workflows/ci.yaml) + **avante.nvim** is a Neovim plugin designed to emulate the behaviour of the [Cursor](https://www.cursor.com) AI IDE. It provides users with AI-driven code suggestions and the ability to apply these recommendations directly to their source files with minimal effort. > [!NOTE]