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:
James McCoy 2022-02-19 19:35:41 -05:00
parent 34cb26011e
commit 0c4c384ed1
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

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