ci: fix checks
This commit is contained in:
parent
1c4542e86f
commit
18aa91e458
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue