johnnychen94 / Workflows.jl

MIT License
10 stars 1 forks source link

support multiple commands in single task #33

Closed johnnychen94 closed 2 years ago

johnnychen94 commented 2 years ago
tasks:
  - name: "task"
    id: "1"
    runner: shell
    command:
      - echo 1
      - echo 2