ci: cue linter: include all CUE files
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
882e0b4f45
commit
4c44543a3d
@ -39,7 +39,7 @@ import (
|
|||||||
// CACHE: copy only *.cue files
|
// CACHE: copy only *.cue files
|
||||||
docker.#Copy & {
|
docker.#Copy & {
|
||||||
contents: source
|
contents: source
|
||||||
include: ["*.cue"]
|
include: ["*.cue", "**/*.cue"]
|
||||||
dest: "/cue"
|
dest: "/cue"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user