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
22
33on :
44 pull_request :
5- branches :
6- - ' *'
7- push :
8- branches :
9- - master
10- - release-please--branches--master--components--nvim-tree
11-
125 workflow_dispatch :
136
147permissions :
5952
6053 strategy :
6154 matrix :
62- nvim_version : [ v0.9.4 ]
55+ nvim_version : [ stable, nightly ]
6356 luals_version : [ 3.7.3 ]
6457
6558 steps :
7568 mkdir -p luals
7669 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
7770
71+ - run : echo "luals/bin" >> "$GITHUB_PATH"
72+
7873 - 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
8077
8178 - run : make help-check
You can’t perform that action at this time.
0 commit comments