Adds bounded, FIFO multi-request support for delegation scheduling in pallet-parachain-staking
#5020
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check licenses | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| verify: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: Install Rust toolchain | |
| uses: actions-rs/toolchain@v1 | |
| with: | |
| toolchain: 1.88.0 | |
| override: true | |
| - name: Verify Licenses | |
| run: | | |
| cargo install [email protected] | |
| ./scripts/verify-licenses.sh |