diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d84b2f97..f7b3bf189 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: - name: Check formatting run: | + rustup component add rustfmt --toolchain nightly 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