From d5058e9ed255934279a90066cde8572c9d1bbec5 Mon Sep 17 00:00:00 2001 From: meliurwen Date: Sat, 30 Jul 2022 16:36:27 +0200 Subject: [PATCH] Fixed malformed `rustfmt` component name in GH Workflows --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b94d480..bc5c583 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: with: profile: minimal toolchain: stable - components: clippy, fmt + components: clippy, rustfmt - name: Linting (clippy) uses: actions-rs/clippy-check@v1 with: