abacus/.woodpecker/check.yml
Bruno BELANYI c72032f0ce
All checks were successful
ci/woodpecker/push/check Pipeline was successful
ci: fix deprecated syntax
2023-12-06 12:02:08 +00:00

32 lines
487 B
YAML

labels:
type: exec
steps:
- name: flake check
image: bash
commands:
- nix flake check
- name: package check
image: bash
commands:
- nix build
- name: notify
image: bash
secrets:
- source: matrix_roomid
target: room
- source: matrix_username
target: user
- source: matrix_password
target: pass
- source: matrix_homeserver
target: address
commands:
- nix run github:ambroisie/matrix-notifier
when:
status:
- failure
- success