Skip to content

wip: Upgrade astroport messaging to v5 #37

wip: Upgrade astroport messaging to v5

wip: Upgrade astroport messaging to v5 #37

Workflow file for this run

name: Check for errors
on:
pull_request:
workflow_dispatch:
env:
RUSTFLAGS: -D warnings
jobs:
cargo-check:
name: Cargo check
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Set up Go 1.21.6
uses: actions/setup-go@v5
with:
go-version: "1.21.6"
- name: Install cargo make
uses: davidB/rust-cargo-make@v1
- name: Install stable Rust
run: cargo make install-stable
- name: Check
run: cargo make check