Skip to content

Commit dbf4f94

Browse files
committed
adding workflow
1 parent ef401a7 commit dbf4f94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828

2929
- name: Install Rust
3030
uses: dtolnay/rust-toolchain@stable
31+
with:
32+
components: rustfmt, clippy # Ensure rustfmt and clippy are installed
3133

3234
- name: Cache Cargo dependencies
3335
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)