mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07: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
|
||||
|
||||
- if: "!cancelled()"
|
||||
name: lintcfull
|
||||
run: make lintcfull
|
||||
name: lintc
|
||||
run: make lintc
|
||||
|
||||
- if: "!cancelled()"
|
||||
name: lintstylua
|
||||
|
Loading…
Reference in New Issue
Block a user