chore: add CI, pre-commit, and luarocks configs
- Add CI workflows (format, lint, typecheck) - Add quality workflow - Add luarocks publishing workflow - Add pre-commit configuration - Add luarocks rockspec - Add selene.toml for linting - Remove issue template
This commit is contained in:
parent
0342a892fb
commit
657575ae30
7 changed files with 201 additions and 46 deletions
12
live-server.nvim-scm-1.rockspec
Normal file
12
live-server.nvim-scm-1.rockspec
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
rockspec_format = '3.0'
|
||||
package = 'live-server.nvim'
|
||||
version = 'scm-1'
|
||||
|
||||
source = { url = 'git://github.com/barrettruth/live-server.nvim' }
|
||||
build = { type = 'builtin' }
|
||||
|
||||
test_dependencies = {
|
||||
'lua >= 5.1',
|
||||
'nlua',
|
||||
'busted >= 2.1.1',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue