Browse Source

Install rustfmt component for the CI job (#1462)

pull/1444/head
Artur Jamro 5 years ago
committed by GitHub
parent
commit
3481e59673
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/main.yml

1
.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

Loading…
Cancel
Save