mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
test lua directly
This commit is contained in:
parent
6014ebd2e7
commit
f042540311
6 changed files with 58 additions and 53 deletions
|
|
@ -1,4 +0,0 @@
|
|||
- id: hello-world-lua
|
||||
name: hello world lua
|
||||
entry: hello-world-lua
|
||||
language: lua
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env lua
|
||||
|
||||
print('hello world')
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
package = "hello"
|
||||
version = "dev-1"
|
||||
|
||||
source = {
|
||||
url = "git+ssh://git@github.com/pre-commit/pre-commit.git"
|
||||
}
|
||||
description = {}
|
||||
dependencies = {}
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = {},
|
||||
install = {
|
||||
bin = {"bin/hello-world-lua"}
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue