zettelkasten.nvim/.woodpecker.yml
Marty Oehme da4688e583
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add integration pipeline
Added woodpecker pipeline for linting and unit testing.
2022-01-21 17:55:42 +01:00

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