File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - ' *'
77
8+ env :
9+ MISE_AUTO_INSTALL_DISABLE_TOOLS : lua-language-server
10+
811jobs :
912 luals-check :
1013 strategy :
2427 uses : jdx/mise-action@v2
2528 with :
2629 install_args : " github:neovim/neovim@nightly"
27- mise_toml : |
28- [tools]
29- lua-language-server = "latest"
3030
31- - name : Run lua-language-server check
31+ - name : Run emmylua_check
32+ continue-on-error : true
3233 run : |
3334 mise use github:neovim/neovim@nightly
3435 NEOTREE_LUARC=".github/workflows/.luarc-${{ matrix.lua }}.json" mise run emmylua-check
Original file line number Diff line number Diff line change 55 branches :
66 - ' *'
77
8+ env :
9+ MISE_AUTO_INSTALL_DISABLE_TOOLS : cargo-binstall,cargo:emmylua_ls,cargo:emmylua_check
10+
811jobs :
912 luals-check :
1013 strategy :
2528 uses : jdx/mise-action@v2
2629 with :
2730 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"
3331
3432 - name : Run lua-language-server check
3533 run : |
You can’t perform that action at this time.
0 commit comments