From 5bee69c38e633dd1251e4b7f8dd4a77902245b63 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 25 Jul 2022 16:42:32 +0200 Subject: [PATCH] Add 'flake check' stage to CI Now that the 'pre-commit' is in another stage, add this one back in. --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index a6c1ce5..8fb7774 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,10 @@ steps: commands: - nix develop . --command pre-commit run --all +- name: flake check + commands: + - nix flake check + - name: package check commands: - nix build