This commit is contained in:
parent
002f514dd5
commit
c91766f15e
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue