mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
Add example toy repl workflow
This commit is contained in:
parent
d28a97c398
commit
8c7a31dca2
1 changed files with 8 additions and 0 deletions
8
fabro/workflows/repl/workflow.toml
Normal file
8
fabro/workflows/repl/workflow.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
version = 1
|
||||
graph = "workflow.dot"
|
||||
|
||||
[sandbox]
|
||||
provider = "local"
|
||||
|
||||
[sandbox.local]
|
||||
worktree_mode = "never"
|
||||
Loading…
Add table
Reference in a new issue