diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 51bca259eb..1d17ecefb6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,7 @@ jobs: with: submodules: true - uses: ./.github/actions/install-rust + - run: rustup component add rustfmt - run: cargo fmt --all -- --check # Build `mdBook` documentation for `wasmtime`, and upload it as a temporary