From 12fa47b7b45b3503bfb2273edff4a1b86adcdbb3 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 23 Jan 2024 17:05:09 -0500 Subject: [PATCH] ci: fix flake checking --- .woodpecker/checks.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.woodpecker/checks.yml b/.woodpecker/checks.yml index c5dae30..9d53aa2 100644 --- a/.woodpecker/checks.yml +++ b/.woodpecker/checks.yml @@ -4,6 +4,10 @@ steps: commands: - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - nix flake check + when: + - path: + include: ['*.nix'] + exclude: ['*.md', 'docs/**', '.woodpecker/*.yaml', '*.js', '*.lua', '*.scss', '*.nu'] fmt: image: nixos/nix commands: