From c8d7c17711e6e23c44f9cb5aeb32cd44b3111ee5 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..a6c1ce5 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 develop . --command pre-commit run --all - name: package check commands: