diff --git a/.woodpecker.yml b/.woodpecker.yml index f1085cd4..ce52f481 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,6 @@ pipeline: - build: - image: debian + check: + image: nixos/nix:latest commands: - - echo "This is the build step" - a-test-step: - image: debian - commands: - - echo "Testing.." + - nix-shell --pure --run 'nix --extra-experimental-features "flakes nix-command" flake info' + - nix-shell --pure --run 'statix check'