File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,6 @@ name: CI
2
2
3
3
on :
4
4
pull_request :
5
- branches :
6
- - ' *'
7
- push :
8
- branches :
9
- - master
10
- - release-please--branches--master--components--nvim-tree
11
-
12
5
workflow_dispatch :
13
6
14
7
permissions :
59
52
60
53
strategy :
61
54
matrix :
62
- nvim_version : [ v0.9.4 ]
55
+ nvim_version : [ stable, nightly ]
63
56
luals_version : [ 3.7.3 ]
64
57
65
58
steps :
75
68
mkdir -p luals
76
69
curl -L "https://github.com/LuaLS/lua-language-server/releases/download/${{ matrix.luals_version }}/lua-language-server-${{ matrix.luals_version }}-linux-x64.tar.gz" | tar zx --directory luals
77
70
71
+ - run : echo "luals/bin" >> "$GITHUB_PATH"
72
+
78
73
- name : make check
79
- run : VIMRUNTIME=/home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime PATH="luals/bin:${PATH}" make check
74
+ env :
75
+ VIMRUNTIME : /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
76
+ run : make check
80
77
81
78
- run : make help-check
You can’t perform that action at this time.
0 commit comments