diff --git a/.woodpecker/checks.yml b/.woodpecker/checks.yml deleted file mode 100644 index 72f8c83..0000000 --- a/.woodpecker/checks.yml +++ /dev/null @@ -1,11 +0,0 @@ -steps: - check: - image: nixos/nix - commands: - - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - - nix flake check - fmt: - image: nixos/nix - commands: - - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - - nix run nixpkgs#alejandra -- -c .