From 9719a2ea8ce348da81e3cbca0afccf7b89734865 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Tue, 21 Nov 2023 08:16:53 -0500 Subject: [PATCH] `tests`: add rustfmt and clippy with rust toolchain action [skip ci] --- .github/workflows/rustfmt.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index e70b58430..8bde64fe0 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -19,9 +19,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: toolchain: nightly - - name: Make doubly sure to install the nightly rustfmt - run: | - rustup component add rustfmt --toolchain nightly-x86_64-unknown-linux-gnu + components: rustfmt, clippy - name: Check formatting uses: actions-rs/cargo@v1 with: