We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd23d5 commit 9f447a5Copy full SHA for 9f447a5
.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
workflow_dispatch:
8
9
+env:
10
+ MISE_AUTO_INSTALL: "false"
11
+
12
jobs:
13
stylua-check:
14
runs-on: ubuntu-latest
mise.toml
@@ -6,6 +6,7 @@ lua-language-server = "latest"
cargo-binstall = "latest"
"cargo:emmylua_ls" = "latest"
"cargo:emmylua_check" = "latest"
+"github:EmmyLuaLs/emmylua-analyzer-rust" = "latest"
[tasks.test]
run = """
0 commit comments