From ced103b519ea31eca559f4252798901a03e27fa3 Mon Sep 17 00:00:00 2001 From: Andrew Hlynskyi Date: Sun, 15 Jan 2023 04:07:29 +0200 Subject: [PATCH] ci: rustup install rustfmt and clippy --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f5edc96..e6ef591a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,7 @@ jobs: with: toolchain: stable profile: minimal + components: rustfmt, clippy - name: Check Rust code formatting run: cargo fmt -- --check