Skip to content

Commit

Permalink
feat: update lint check to build and add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimk committed Jun 5, 2024
1 parent d3ca6af commit d45c301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Style checking
name: Build

on: [push, pull_request]

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/lint.yml/badge.svg)](https://github.com/wassimk/scalpel.nvim/actions/workflows/lint.yml)

## Installation

Install **scalpel.nvim** with your preferred plugin manager.
Expand Down

0 comments on commit d45c301

Please sign in to comment.