From 0444fe424ae8daf14700edee3578ccfac2781003 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 18 Jun 2023 18:53:34 -0400 Subject: [PATCH] ci: revert pathing for now --- .woodpecker/checks.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.woodpecker/checks.yml b/.woodpecker/checks.yml index cacbd96..04fffac 100644 --- a/.woodpecker/checks.yml +++ b/.woodpecker/checks.yml @@ -4,16 +4,8 @@ pipeline: commands: - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - nix flake check - when: - path: - include: [ '*.nix' ] - exclude: [ '*.md', '*.yml' ] fmt: image: nixos/nix commands: - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - nix run nixpkgs#alejandra -- -c . - when: - path: - include: [ '*.nix' ] - exclude: [ '*.md', '*.yml' ]