diff --git a/.woodpecker/check.yml b/.woodpecker/check.yml new file mode 100644 index 0000000..9de6915 --- /dev/null +++ b/.woodpecker/check.yml @@ -0,0 +1,26 @@ +labels: + type: exec + +pipeline: +- name: pre-commit checks + image: bash + commands: + - nix flake check + +- 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