File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
23
23
- name : Installed Vim with checks
24
24
env :
25
25
- VIM_VERSION=installed
26
- - MAKE_TARGET="clean_compiled check checkpy js/test py/test test/node_position/test_position.out"
26
+ - MAKE_TARGET="clean_compiled check checkpy checkvim js/test py/test test/node_position/test_position.out"
27
27
- TEST_PROFILE=vim-profile-installed.txt
28
28
- TEST_PYTHON=python3
29
29
30
30
install :
31
31
- |
32
32
if [ "$VIM_VERSION" = 'installed' ]; then
33
- pip install -- user flake8
33
+ pip install -q -- user flake8 git+https://github.com/Kuniwak/vint
34
34
else
35
35
bash scripts/install-vim.sh
36
36
export PATH=$HOME/vim/bin:$PATH
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ check: all
19
19
checkpy : all
20
20
flake8 py
21
21
22
+ checkvim : all
23
+ vint autoload
24
+
22
25
test :
23
26
test/run.sh
24
27
You can’t perform that action at this time.
0 commit comments