mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
ci(lint): explicity build nvim
“make clint-full” bypasses the normal mechanisms used to communicate build flags in the CI jobs, so explicitly build nvim before running the lint jobs.
This commit is contained in:
parent
34cb26011e
commit
0c4c384ed1
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -67,6 +67,9 @@ jobs:
|
||||
~/.ccache
|
||||
key: lint-${{ hashFiles('cmake/*', '**/CMakeLists.txt', '!third-party/**CMakeLists.txt') }}-${{ github.base_ref }}
|
||||
|
||||
- name: Build nvim
|
||||
run: ./ci/run_tests.sh build
|
||||
|
||||
- if: "!cancelled()"
|
||||
name: clint
|
||||
run: ./ci/run_lint.sh clint
|
||||
|
Loading…
Reference in New Issue
Block a user