Use nix flake check
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Bruno BELANYI 2021-06-12 16:53:14 +02:00
parent 002f514dd5
commit c91766f15e

View file

@ -4,9 +4,13 @@ type: exec
name: Matrix Notifier check name: Matrix Notifier check
steps: steps:
- name: Pre-commit checks
commands:
- nix flake check
- name: Notifiy - name: Notifiy
commands: commands:
- nix run -vvv . - nix run .
environment: environment:
ADDRESS: ADDRESS:
from_secret: matrix_homeserver from_secret: matrix_homeserver