Skip to content

Commit cb2654e

Browse files
author
Tom Brandenburg
committed
chore: track workflow docs
1 parent b832c19 commit cb2654e

3 files changed

Lines changed: 1366 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ venv/
1717

1818
.harness/
1919
.flowsh/
20+
.goal/
2021
dev/

.made/workflows.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
workflows:
2+
- id: wf_mp8fbogh_azcga
3+
name: New workflow
4+
enabled: false
5+
schedule: null
6+
steps:
7+
- type: agent
8+
agent: build
9+
prompt: Write an empty test.txt
10+
shellScriptPath: .harness/new-workflow.sh

0 commit comments

Comments
 (0)