nix-config/templates/c++-cmake/.woodpecker/check.yml
Bruno BELANYI a15f7ec270
All checks were successful
ci/woodpecker/push/check Pipeline was successful
templates: fix typo
2024-06-22 17:29:21 +01:00

32 lines
535 B
YAML

labels:
backend: local
steps:
- name: pre-commit check
image: bash
commands:
- nix develop --command pre-commit run --all
- name: nix flake check
image: bash
commands:
- nix flake check
- name: notify
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 github:ambroisie/matrix-notifier
when:
status:
- failure
- success