ci: add package check
This commit is contained in:
parent
d30a2d7366
commit
a57f1cfa71
|
@ -7,6 +7,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- nix flake check
|
- nix flake check
|
||||||
|
|
||||||
|
- name: package check
|
||||||
|
image: bash
|
||||||
|
commands:
|
||||||
|
- nix build
|
||||||
|
|
||||||
- name: notifiy
|
- name: notifiy
|
||||||
image: bash
|
image: bash
|
||||||
secrets:
|
secrets:
|
||||||
|
|
Loading…
Reference in a new issue