ci: run full check target

This commit is contained in:
CoderLambert
2026-05-20 21:29:01 +08:00
parent f6a84ffea0
commit 39c2d79c6a
+2 -5
View File
@@ -20,8 +20,5 @@ jobs:
neovim: true
version: v0.10.4
- name: Validate Lua and builtin templates
run: nvim --headless -u NONE -l scripts/validate.lua
- name: Run headless unit tests
run: nvim --headless -u NONE -l scripts/test.lua
- name: Run checks
run: make check