Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Aug 31, 2023
1 parent 51e7656 commit 727e596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2023-07-23
components: clippy
- name: Run clippy check
working-directory: ./staking
run: cargo +nightly clippy -- -D warnings
run: cargo +nightly-2023-07-23 clippy -- -D warnings

0 comments on commit 727e596

Please sign in to comment.