From b39c09304997d06c766c7f2e7be83416a3d0fbeb Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 25 Jul 2022 16:34:35 +0200 Subject: [PATCH] Fix pre-commit check in CI Now that we have actual dependencies, we need to run 'pre-commit run' outside of the build sandbox. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7037529..ef03b35 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,9 @@ type: exec name: abacus checks steps: -- name: flake check +- name: pre commit check commands: - - nix flake check + - nix shell . --command pre-commit run --all - name: package check commands: