zettelkasten.nvim/.woodpecker.yml
Marty Oehme f1059c6581
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add integration pipeline
Added woodpecker pipeline for linting and unit testing.
2022-01-21 17:59:05 +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