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:
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue