Skip to content

Commit

Permalink
Add clippy component to toolchain setup (#13)
Browse files Browse the repository at this point in the history
<!--
* Keep your PR:s small and focused.
* The PR title is what ends up in the changelog, so make it descriptive!
* If applicable, add a screenshot or gif.
* Do NOT open PR:s from your `main` branch, as that makes it hard for
maintainers to test and add commits to your PR.
* Remember to run `cargo fmt` and `cargo clippy`.
* Open the PR as a draft until you have self-reviewed it and it passes
CI.
* When you have addressed a PR comment, mark it as resolved.

Please be patient!
-->

This PR installs `clippy` as part of the toolchain setup so that other
steps can run `clippy`
  • Loading branch information
esteve authored Aug 5, 2024
1 parent b7bc0b8 commit 9dd5f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
toolchain: 1.76.0
target: wasm32-unknown-unknown
override: true
components: clippy

- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 9dd5f86

Please sign in to comment.