ci: add check step
This commit is contained in:
parent
2ab1d411a3
commit
46af990656
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,10 @@ steps:
|
|||
commands:
|
||||
- nix develop -c make
|
||||
|
||||
- name: check
|
||||
commands:
|
||||
- nix flake check
|
||||
|
||||
- name: deploy
|
||||
commands:
|
||||
- nix run github:ambroisie/nix-config#drone-scp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue