pipeline: check-service: image: rust:${RUST_VERSION} pull: true commands: - cd service-${SERVICE} - cargo check when: event: [ push, pull_request ] matrix: SERVICE: - hello - joiner RUST_VERSION: - latest - 1.50.0