ci: fix checks

This commit is contained in:
notohh 2024-01-23 22:09:42 -05:00
parent 1c4542e86f
commit 18aa91e458
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,7 +1,7 @@
when: when:
- path: - path:
include: ['*.nix'] include: ['**.nix']
exclude: ['*.md', 'docs/**', '.woodpecker/*.yaml', '*.js', '*.lua', '*.scss', '*.nu'] exclude: ['**.md', 'docs/**', '.woodpecker/*.yaml', '**.js', '**.lua', '**.scss', '**.nu']
steps: steps:
check: check:
image: nixos/nix image: nixos/nix