ci(line): lintcfull -> lintc

lintcfull == lintc + uncrustify

We are already running uncrustify separately so can just run lintc
instead.
This commit is contained in:
Lewis Russell 2022-08-14 14:54:52 +01:00
parent 0fcc32b707
commit 49e691f58f

View File

@ -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