Add integration pipeline
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Added woodpecker pipeline for linting and unit testing.
This commit is contained in:
Marty Oehme 2022-01-21 17:55:42 +01:00
parent 6b65c5085f
commit da4688e583
Signed by: Marty
GPG key ID: B7538B8F50A1C800
2 changed files with 15 additions and 0 deletions

3
.luacheckrc Normal file
View file

@ -0,0 +1,3 @@
globals = {
"vim",
}

12
.woodpecker.yml Normal file
View file

@ -0,0 +1,12 @@
# branches: main
pipeline:
code_lint:
image: pipelinecomponents/luacheck
commands:
- luacheck lua/zettelkasten
unit_tests:
image: imega/busted
commands:
- busted test -C lua