Skip to content

chore: update e2e image tag for devnet #446

chore: update e2e image tag for devnet

chore: update e2e image tag for devnet #446

Workflow file for this run

# The Licensed Work is (c) 2022 Sygma
# SPDX-License-Identifier: LGPL-3.0-only
name: Compile check
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
jobs:
cargo-check:
name: Run cargo check for compile
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: "true"
- uses: ./.github/actions/install_toolchain
- name: Run cargo check
run: cargo check