ci: add check step

This commit is contained in:
Bruno BELANYI 2021-08-08 20:04:13 +02:00
parent 0ed5b0fb64
commit 454d2b969e

View file

@ -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'