Skip to content

Commit

Permalink
ci: pin clippy until lints fixed (paradigmxyz#10825)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Sep 11, 2024
1 parent b3f87ec commit 53a081c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@clippy
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2024-09-09
components: clippy
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand Down

0 comments on commit 53a081c

Please sign in to comment.