Skip to content

Commit

Permalink
Add rustfmt
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 committed May 9, 2024
1 parent ca4caaa commit 9485d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: rustup component add rustfmt
- run: cargo build --verbose
- run: cargo test --verbose
- run: cargo fmt --check
Expand Down

0 comments on commit 9485d65

Please sign in to comment.