Marty Oehme
49f0b10fde
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
26 lines
500 B
YAML
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 ]
|
|
|