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: