Skip to content

Bump ink_e2e from 5.0.0-rc.1 to 5.0.0-rc.3 in /contract #106

Bump ink_e2e from 5.0.0-rc.1 to 5.0.0-rc.3 in /contract

Bump ink_e2e from 5.0.0-rc.1 to 5.0.0-rc.3 in /contract #106

Workflow file for this run

name: Contract check
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
contract-check:
strategy:
matrix:
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: contract
steps:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Install Rust nightly toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions/checkout@v4
- name: Cache
uses: Swatinem/rust-cache@v2
- name: Install cargo-contract
uses: baptiste0928/cargo-install@1cd874a5478fdca35d868ccc74640c5aabbb8f1b # v3.0.0
with:
crate: cargo-contract
version: "4.0.0-rc.1"
- name: Run contract check
run: |
cargo contract check