Skip to content

Go back to block based staking rounds and make inflation dynamic (slot based) #1117

Go back to block based staking rounds and make inflation dynamic (slot based)

Go back to block based staking rounds and make inflation dynamic (slot based) #1117

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