From c7755a01b9be6cf9fabf693809cf2a598f5fd630 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Sun, 6 Nov 2022 14:13:18 +0200 Subject: [PATCH] ci: `fmt` -> `rustfmt` --- .github/workflows/clippy-fmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clippy-fmt.yml b/.github/workflows/clippy-fmt.yml index 72c3fb7..c5c47e2 100644 --- a/.github/workflows/clippy-fmt.yml +++ b/.github/workflows/clippy-fmt.yml @@ -43,7 +43,7 @@ jobs: profile: minimal toolchain: stable override: true - components: fmt + components: rustfmt - uses: actions-rs/cargo@v1 with: