Skip to content

Instantly share code, notes, and snippets.

@tatsuya0429
tatsuya0429 / runn.cue
Last active June 11, 2023 10:32
runn specの定義ファイル
#runbook: {
desc?: string
runners?: #runners
vars?: #vars
steps: #steps
debug?: bool
interval?: string
"if"?: string
skipTest?: bool
loop?: #loop