matrix-notifier/.woodpecker/check.yml
Bruno BELANYI 7e57c4f125
All checks were successful
ci/woodpecker/push/check Pipeline was successful
WIP
2024-01-03 14:44:03 +00:00

37 lines
509 B
YAML

labels:
type: exec
steps:
- name: test env
image: bash
commands:
- env
- name: flake check
image: bash
commands:
- nix flake check
- name: package check
image: bash
commands:
- nix build
- 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