Skip to content

updated release notes for 4.0.2 #157

updated release notes for 4.0.2

updated release notes for 4.0.2 #157

Workflow file for this run

name: Check
on:
pull_request:
push:
branches:
- main
- dev
jobs:
check:
name: Check
runs-on: ubuntu-22.04
steps:
- name: Checkout sources
uses: actions/checkout@main
with:
submodules: true
- name: Install 1.59 toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.85
profile: minimal
override: true
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
command: check
args: --locked --all --benches --verbose --tests
- name: Run cargo check mio io
uses: actions-rs/cargo@v1
with:
command: check
args: --locked --manifest-path crates/runtime/io/Cargo.toml --features "mio" --verbose
- name: Run cargo check evmbin
uses: actions-rs/cargo@v1
with:
command: check
args: --locked -p evmbin --verbose
- name: Run validate chainspecs
run: ./scripts/actions/validate-chainspecs.sh
args: --locked --all --benches --verbose --tests

Check failure on line 41 in .github/workflows/check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check.yml

Invalid workflow file

You have an error in your yaml syntax on line 41