From 0af982e895e3eabfcae97d922eac733a758d5757 Mon Sep 17 00:00:00 2001 From: Ellison Date: Thu, 17 Aug 2023 14:22:30 -0300 Subject: [PATCH] fix: build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bc2a27..6e3a28c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # A Neovim Plugin Template -![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ellisonleao/nvim-plugin-template/default.yml?branch=main&style=for-the-badge) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ellisonleao/nvim-plugin-template/lint-test.yml?branch=main&style=for-the-badge) ![Lua](https://img.shields.io/badge/Made%20with%20Lua-blueviolet.svg?style=for-the-badge&logo=lua) A template repository for Neovim plugins.