when: - event: push branch: ${CI_REPO_DEFAULT_BRANCH} steps: - name: 'Check code' image: rust:1.88 commands: - cargo check