sys-compare/workflow.toml
2024-11-28 23:24:38 -05:00

7 lines
172 B
TOML

[0] ## name must be integer and correspond to the order in which commands are run
run = "ls -lah" ## command string
[1]
run = "pwd"
[2]
run = "cargo clean && cargo build"
#