Skip to content

Commit

Permalink
Add rustfmt component to Rust cargo CI
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Orsula <[email protected]>
  • Loading branch information
AndrejOrsula committed Jan 7, 2024
1 parent 284885f commit 5954e5e
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 @@ -50,7 +50,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
components: clippy
components: rustfmt, clippy
- uses: rui314/setup-mold@v1

## Install dependencies
Expand Down

0 comments on commit 5954e5e

Please sign in to comment.