zettelkasten.nvim/.woodpecker.yml

13 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