From 3c8e5ddb6a16ad7dddb566d877ec1b380bd98365 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 28 Mar 2026 15:06:26 -0400 Subject: [PATCH] ci: add busted to ci script --- scripts/ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci.sh b/scripts/ci.sh index 30a5215..b93b645 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -7,3 +7,4 @@ nix develop .#ci --command prettier --check . nix fmt -- --ci nix develop .#ci --command lua-language-server --check lua --configpath "$(pwd)/.luarc.json" --checklevel=Warning nix develop .#ci --command vimdoc-language-server check doc/ +nix develop .#ci --command busted