neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 49e691f58fcfb3da40921430cc03d30e53b44b00
parent 0fcc32b707f32d6519916708ab5388f8d6848877
Author: Lewis Russell <lewis6991@gmail.com>
Date:   Sun, 14 Aug 2022 14:54:52 +0100

ci(line): lintcfull -> lintc

lintcfull == lintc + uncrustify

We are already running uncrustify separately so can just run lintc
instead.

Diffstat:
M.github/workflows/ci.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -123,8 +123,8 @@ jobs: run: ./ci/run_tests.sh build_nvim - if: "!cancelled()" - name: lintcfull - run: make lintcfull + name: lintc + run: make lintc - if: "!cancelled()" name: lintstylua