mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci(line): lintcfull -> lintc
lintcfull == lintc + uncrustify We are already running uncrustify separately so can just run lintc instead.
This commit is contained in:
parent
0fcc32b707
commit
49e691f58f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -123,8 +123,8 @@ jobs:
|
|||||||
run: ./ci/run_tests.sh build_nvim
|
run: ./ci/run_tests.sh build_nvim
|
||||||
|
|
||||||
- if: "!cancelled()"
|
- if: "!cancelled()"
|
||||||
name: lintcfull
|
name: lintc
|
||||||
run: make lintcfull
|
run: make lintc
|
||||||
|
|
||||||
- if: "!cancelled()"
|
- if: "!cancelled()"
|
||||||
name: lintstylua
|
name: lintstylua
|
||||||
|
Loading…
Reference in New Issue
Block a user