Marty Oehme
da4688e583
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Added woodpecker pipeline for linting and unit testing.
12 lines
208 B
YAML
12 lines
208 B
YAML
# branches: main
|
|
|
|
pipeline:
|
|
code_lint:
|
|
image: pipelinecomponents/luacheck
|
|
commands:
|
|
- luacheck lua/zettelkasten
|
|
|
|
unit_tests:
|
|
image: imega/busted
|
|
commands:
|
|
- busted test -C lua
|