diff --git a/.github/workflows/lint.yml b/.github/workflows/build.yml similarity index 93% rename from .github/workflows/lint.yml rename to .github/workflows/build.yml index 1af9b0e..a60309b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Style checking +name: Build on: [push, pull_request] diff --git a/README.md b/README.md index c4257c3..6820b41 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ **scalpel.nvim** is a Neovim plugin designed to expedite your find/replace workflow within a buffer. It sets up Neovim's native [`substitution`](https://neovim.io/doc/user/usr_10.html#10.2) command, automating some steps to eliminate excessive typing. +[![Build](https://github.com/wassimk/scalpel.nvim/actions/workflows/build.yml/badge.svg)](https://github.com/wassimk/scalpel.nvim/actions/workflows/build.yml) + ## Installation Install **scalpel.nvim** with your preferred plugin manager.