Hacker News new | ask | show | jobs
by turtleyacht 1093 days ago
> write the workflow in their DSL spec

With Github Actions (for example), the workflow in their DSL "spec" is in our source control as .yml files, though.

> you can run your own native code as workflows

Github Actions lets you specify `docker run`, so we could execute "(y)our own native code."

> decoupled from your source code

Given the above, could you elaborate on this?