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:
- 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