diff --git a/README.md b/README.md index 072b846..dab4f15 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable + with: + components: clippy - uses: giraffate/clippy-action@main with: reporter: 'github-pr-review'