this time i just edited some ci, i dont even think that i can fix

anything
This commit is contained in:
Oleksandr Smirnov 2025-02-27 20:59:08 +02:00
parent 7d1e554d43
commit 3887a5a87d
No known key found for this signature in database
2 changed files with 12 additions and 21 deletions

View file

@ -34,6 +34,11 @@ tasks:
-u ./scripts/minimal_init.lua \
-c "lua MiniTest.run()"
ci:install-deps:
desc: install dependencies for CI
cmds:
- nvim --headless -u "./scripts/minimal_init.lua" -c "GoInstallDeps" -c "qa!"
docgen:
desc: generate vimhelp
cmds: