ci: add Woodpecker CI workflow
continuous-integration/drone/push Build is failing Details
ci/woodpecker/push/check Pipeline was successful Details

This commit is contained in:
Bruno BELANYI 2023-04-01 16:35:58 +01:00
parent 29a1a48d19
commit 85f7a34d85
1 changed files with 26 additions and 0 deletions

26
.woodpecker/check.yml Normal file
View File

@ -0,0 +1,26 @@
labels:
type: exec
pipeline:
- 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