10 lines
296 B
YAML
10 lines
296 B
YAML
# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-tasks-schema.json
|
|
tasks:
|
|
- call:
|
|
script: "@(system)/repos_actions.yaml"
|
|
args:
|
|
path: $(target)
|
|
loop:
|
|
values: $(dirlist(".", dirlistWithDirsOnly()))
|
|
as: target
|