From 0c6fe127b5205e5f2e927b8a1b5c4f0f49aa0e44 Mon Sep 17 00:00:00 2001 From: Matt Hammerly Date: Wed, 14 Feb 2024 15:56:10 -0800 Subject: [PATCH] install clippy and rustfmt in CI lint action --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af3f869..f50fea1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: uses: dtolnay/rust-toolchain@nightly with: toolchain: nightly + components: clippy, rustfmt - name: Run lint run: | cargo fmt --all --check