From 18aa91e4586992b0585b1b2665028c927390678d Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 23 Jan 2024 22:09:42 -0500 Subject: [PATCH] ci: fix checks --- .woodpecker/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/checks.yml b/.woodpecker/checks.yml index 3540e45..988b977 100644 --- a/.woodpecker/checks.yml +++ b/.woodpecker/checks.yml @@ -1,7 +1,7 @@ when: - path: - include: ['*.nix'] - exclude: ['*.md', 'docs/**', '.woodpecker/*.yaml', '*.js', '*.lua', '*.scss', '*.nu'] + include: ['**.nix'] + exclude: ['**.md', 'docs/**', '.woodpecker/*.yaml', '**.js', '**.lua', '**.scss', '**.nu'] steps: check: image: nixos/nix