ci: add busted to ci script

This commit is contained in:
Barrett Ruth 2026-03-28 15:06:26 -04:00
parent b468c68cda
commit 3c8e5ddb6a
No known key found for this signature in database
GPG key ID: A6C96C9349D2FC81

View file

@ -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