sys-compare/workflow.toml
2024-11-28 23:18:35 -05:00

6 lines
155 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 build"