Skip to content

Commit

Permalink
add rustfmt to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Mar 13, 2024
1 parent 0a21742 commit 3cd02df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
targets: wasm32-unknown-unknown, wasm32-wasi
toolchain: nightly-x86_64-unknown-linux-gnu
components: rust-src
components: rust-src, rustfmt

# run `cargo component build` in the crates/delano-wit folder first
- name: Install binstall
Expand Down

0 comments on commit 3cd02df

Please sign in to comment.