fix CI
Some checks failed
NeoVim tests / code-quality (push) Failing after 1m6s

This commit is contained in:
Jonathan Apodaca 2025-10-11 15:35:26 -06:00
parent fd7b53ab05
commit 88b9e5f965
5 changed files with 3 additions and 25 deletions

View File

@ -1,17 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json",
"diagnostics": {
"enable": true,
"globals": ["vim", "it", "describe", "before_each", "after_each"]
},
"runtime": {
"version": "LuaJIT"
},
"workspace": {
"library": [
"$VIMRUNTIME",
"library/busted",
"library/luassert"
"library/busted"
]
}
}

View File

@ -16,7 +16,7 @@ jobs:
run:
nix-shell --pure --run 'true'
- name: Type-check with lua-language-server
- name: Type-check
run:
nix-shell --pure --run 'make lint'

16
.gitmodules vendored
View File

@ -1,20 +1,4 @@
; [submodule "library/busted"]
; path = library/busted
; url = https://github.com/LuaCATS/busted
; branch = main
; [submodule "library/luassert"]
; path = library/luassert
; url = https://github.com/LuaCATS/luassert
; branch = main
; [submodule "library/luv"]
; path = library/luv
; url = https://github.com/LuaCATS/luv
; branch = main
[submodule "library/busted"]
path = library/busted
url = https://github.com/LuaCATS/busted
branch = main
[submodule "library/luassert"]
path = library/luassert
url = https://github.com/LuaCATS/luassert
branch = main

@ -1 +0,0 @@
Subproject commit d3528bb679302cbfdedefabb37064515ab95f7b9

View File

@ -12,7 +12,7 @@ pkgs.mkShell {
packages = [
pkgs.git
pkgs.gnumake
pkgs.emmylua-ls
pkgs.emmylua-check
pkgs.lua51Packages.busted
pkgs.lua51Packages.luacov
pkgs.lua51Packages.luarocks