Skip to content

Commit

Permalink
chore(ci): update clippy (#2351)
Browse files Browse the repository at this point in the history
## Description

ensure we use the latest version of clippy in CI

## Change checklist

- [x] Self-review.
- [x] Documentation updates if relevant.
- [x] Tests if relevant.
- [x] All breaking changes documented.
  • Loading branch information
ramfox authored Jun 6, 2024
1 parent b2f0b0e commit 7198cd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: Install sccache
uses: mozilla-actions/[email protected]

Expand Down

0 comments on commit 7198cd0

Please sign in to comment.