# SPDX-License-Identifier: Apache-2.0
nika: v1
workflow: hello
tasks:
  - id: discover
    invoke:
      tool: nika:glob
      args: { pattern: "*.md" }
  - id: process
    for_each: ${{ tasks.discover.output }}
    exec: { command: "process ${{ item }}" }
