Skip to content

fix: verifiable build release #1647

fix: verifiable build release

fix: verifiable build release #1647

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-2024-02-01
components: clippy
- name: Run clippy check
working-directory: ./staking
run: cargo +nightly-2024-02-01 clippy --tests -- -D warnings