chore check-dep: add init message

This commit is contained in:
Ian
2026-07-11 00:08:57 +02:00
parent 7aceac087e
commit 2b60372114
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ require("check_dependencies").setup({
{ cmd = "stylua", desc = "lua formatter"},
-- Test not exists
{ cmd = "fff", desc = "lua formatter"},
{ cmd = "fff", desc = "test not exists command"},
})