nix-config/templates/c++-cmake/.woodpecker/check.yml
Bruno BELANYI c466fd25b4
All checks were successful
ci/woodpecker/push/check Pipeline was successful
templates: fix deprecated CI syntax
2023-11-18 20:17:18 +00:00

27 lines
416 B
YAML

labels:
type: exec
steps:
- name: nix flake check
image: bash
commands:
- nix flake check
- name: notifiy
image: bash
secrets:
- source: matrix_homeserver
target: address
- source: matrix_roomid
target: room
- source: matrix_username
target: user
- source: matrix_password
target: pass
commands:
- nix run '.#matrix-notifier'
when:
status:
- failure
- success