From 8b1e71fa25b16f8411b9fc730c3480446a8efd8a Mon Sep 17 00:00:00 2001 From: Takayuki Nakata Date: Tue, 15 Nov 2022 22:34:27 +0900 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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'