zettelkasten.nvim/.woodpecker.yml
Marty Oehme 49f0b10fde
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update README.md
2022-01-21 18:32:51 +01:00

26 lines
500 B
YAML

# branches: main
pipeline:
code_lint:
image: pipelinecomponents/luacheck
commands:
- luacheck lua/zettelkasten
unit_tests:
image: imega/busted
commands:
- busted test -C lua
notify_matrix:
image: plugins/matrix
settings:
homeserver: https://matrix.org
roomid:
from_secret: matrix_roomid
userid:
from_secret: matrix_userid
accesstoken:
from_secret: matrix_token
when:
status: [ success, failure ]