Builds automation_rs and the corresponding docker image. The binary is uploaded as an artifact and the image is uploaded to the registry.
5 lines
98 B
TOML
5 lines
98 B
TOML
[toolchain]
|
|
channel = "nightly-2023-11-15"
|
|
components = ["rustfmt", "clippy"]
|
|
profile = "minimal"
|