From b3803e48e14b78ab7875fb7ee05a26743f6ef9da Mon Sep 17 00:00:00 2001 From: Frank Bell Date: Tue, 13 Aug 2024 13:27:48 +0100 Subject: [PATCH] ci: add nightly rustfmt --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d84b2f97..f8db688aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: - name: Check formatting run: | + rustup toolchain install nightly --profile minimal --component rustfmt cargo +nightly fmt --all -- --check cargo install zepter --locked zepter lint propagate-feature --feature try-runtime --left-side-feature-missing=ignore --workspace --feature-enables-dep="try-runtime:frame-try-runtime" --locked