kind: pipeline name: default steps: - name: build image: hub.aidev.ru/rust-onnxruntime:latest commands: - cargo build --verbose --all - name: fmt-check image: hub.aidev.ru/rust-onnxruntime:latest commands: - rustup component add rustfmt - cargo fmt --all -- --check