From 2684eb129257552add2639545ad2d3a514d82590 Mon Sep 17 00:00:00 2001 From: yonip23 Date: Fri, 17 Jun 2022 22:47:28 +0300 Subject: [PATCH] fix ci.yml invalid indentation --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcfeed26..8df94cac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: with: profile: minimal toolchain: ${{ matrix.toolchain }} -components: rustfmt, clippy + components: rustfmt, clippy - name: Build uses: actions-rs/cargo@v1