File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2424 uses : jdx/mise-action@v2
2525 with :
2626 install_args : " github:neovim/neovim@nightly"
27+ mise_toml : |
28+ [tools]
29+ lua-language-server = "latest"
2730
2831 - name : Run lua-language-server check
2932 run : |
30- mise use neovim
33+ mise use github: neovim/neovim@nightly
3134 NEOTREE_LUARC=".github/workflows/.luarc-${{ matrix.lua }}.json" mise run emmylua-check
Original file line number Diff line number Diff line change 2525 uses : jdx/mise-action@v2
2626 with :
2727 install_args : " github:neovim/neovim@nightly"
28+ mise_toml : |
29+ [tools]
30+ cargo-binstall = "latest"
31+ "cargo:emmylua_ls" = "latest"
32+ "cargo:emmylua_check" = "latest"
2833
2934 - name : Run lua-language-server check
3035 run : |
31- mise use neovim
36+ mise use github: neovim/neovim@nightly
3237 NEOTREE_LUARC=".github/workflows/.luarc-${{ matrix.lua }}.json" mise run luals-check
You can’t perform that action at this time.
0 commit comments