matrix-notifier/.woodpecker/check.yml
Bruno BELANYI b4bc36f6e1
All checks were successful
continuous-integration/drone/push Build is passing
ci/woodpecker/push/check Pipeline was successful
ci: add Woodpecker CI workflow
2023-04-01 16:41:16 +01:00

24 lines
381 B
YAML

pipeline:
- name: pre-commit checks
image: bash
commands:
- nix flake check
- name: notifiy
image: bash
secrets:
- source: matrix_password
target: pass
- source: matrix_homeserver
target: address
- source: matrix_roomid
target: room
- source: matrix_username
target: user
commands:
- nix run .
when:
status:
- failure
- success