ci: add check step
This commit is contained in:
parent
008d69b4cc
commit
ef68f8bd73
|
@ -8,6 +8,10 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- nix develop -c make
|
- nix develop -c make
|
||||||
|
|
||||||
|
- name: check
|
||||||
|
commands:
|
||||||
|
- nix flake check
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
commands:
|
commands:
|
||||||
- nix run github:ambroisie/nix-config#drone-scp
|
- nix run github:ambroisie/nix-config#drone-scp
|
||||||
|
|
Loading…
Reference in a new issue