nix-config/.woodpecker/check.yml
Bruno BELANYI 4b5a19a8fa
All checks were successful
ci/woodpecker/push/check Pipeline was successful
templates: fix deprecated CI syntax
2024-04-01 22:26:21 +01:00

27 lines
424 B
YAML

labels:
backend: local
steps:
- name: nix flake check
image: bash
commands:
- nix flake check
- name: notifiy
image: bash
environment:
ADDRESS:
from_secret: matrix_homeserver
ROOM:
from_secret: matrix_roomid
USER:
from_secret: matrix_username
PASS:
from_secret: matrix_password
commands:
- nix run '.#matrix-notifier'
when:
status:
- failure
- success