aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2022-08-14 14:54:52 +0100
committerLewis Russell <lewis6991@gmail.com>2022-08-14 15:41:07 +0100
commit49e691f58fcfb3da40921430cc03d30e53b44b00 (patch)
tree70685ab3310393221ff128f0e057318d5bda5a43
parent0fcc32b707f32d6519916708ab5388f8d6848877 (diff)
downloadrneovim-49e691f58fcfb3da40921430cc03d30e53b44b00.tar.gz
rneovim-49e691f58fcfb3da40921430cc03d30e53b44b00.tar.bz2
rneovim-49e691f58fcfb3da40921430cc03d30e53b44b00.zip
ci(line): lintcfull -> lintc
lintcfull == lintc + uncrustify We are already running uncrustify separately so can just run lintc instead.
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d2b451f980..9d35e10046 100644
--- 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