Skip to content

Instantly share code, notes, and snippets.

@micbar
Created March 7, 2025 15:38
Show Gist options
  • Select an option

  • Save micbar/86323c588b38c4e0e77baab321ad27e3 to your computer and use it in GitHub Desktop.

Select an option

Save micbar/86323c588b38c4e0e77baab321ad27e3 to your computer and use it in GitHub Desktop.
def main(ctx):
workflows = [
{
"name": "test",
"steps": [
{
"image": "golang:1.24",
"commands": [
"ls",
],
}
]
}
]
return workflows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment