johnnychen94 / Workflows.jl

MIT License
10 stars 1 forks source link

support extensible custom runner #2

Closed johnnychen94 closed 2 years ago

johnnychen94 commented 2 years ago

In #1 I have hardcoded two types of runner: julia_runner and shell_runner

It won't be crazy at all to have, say, python_runner or pycall_runner, defined as third-party runner types, and I would like to support it.

johnnychen94 commented 2 years ago

8 implements the basic framework but documentation is needed.