sys-compare/workflow.toml

9 lines
181 B
TOML
Raw Normal View History

2024-11-29 04:18:35 +00:00
[0] ## name must be integer and correspond to the order in which commands are run
run = "ls -lah" ## command string
[1]
run = "pwd"
[2]
2024-11-29 04:25:34 +00:00
run = "cargo clean"
[3]
run = "cargo build"
2024-11-29 04:19:13 +00:00
#