Skip to content

Commit

Permalink
fix(ci): add related files
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoshihou514 committed Aug 18, 2024
1 parent acb4b95 commit d491019
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .busted
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
return {
_all = {
coverage = false,
lpath = "lua/?.lua;lua/?/init.lua",
lua = "nlua",
},
default = {
verbose = true,
},
tests = {
verbose = true,
},
}
17 changes: 17 additions & 0 deletions guard.nvim-scm-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
rockspec_format = '3.0'
package = 'guard.nvim'
version = 'scm-1'

test_dependencies = {
'lua >= 5.1',
'nlua',
}

source = {
url = 'git://github.com/nvimdev/' .. package,
}

build = {
type = 'builtin',
}

0 comments on commit d491019

Please sign in to comment.