Skip to content

Commit

Permalink
Install rustfmt and clippy on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
keithtensor committed Mar 19, 2024
1 parent 2f3aa14 commit e789084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
uses: actions-rs/toolchain@v1.0.6
with:
toolchain: ${{ matrix.rust-branch }}
components: rustfmt, clippy
profile: minimal

- name: Utilize Rust shared cached
Expand Down

0 comments on commit e789084

Please sign in to comment.