Skip to content

Bump runtime and client versions and fix CI #1072

Bump runtime and client versions and fix CI

Bump runtime and client versions and fix CI #1072

Workflow file for this run

name: Check licenses
on:
pull_request:
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.74.0
override: true
- name: Verify Licenses
run: |
cargo install cargo-license
./scripts/verify-licenses.sh