Skip to content

Replace error with RecoverWithStake in lib.rs (#426) #1216

Replace error with RecoverWithStake in lib.rs (#426)

Replace error with RecoverWithStake in lib.rs (#426) #1216

Workflow file for this run

name: Clippy
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-07-23
components: clippy
- name: Run clippy check
working-directory: ./staking
run: cargo +nightly-2023-07-23 clippy -- -D warnings