Skip to content

Commit 00c146b

Browse files
committed
ci: install clippy and rustfmt
1 parent a481cc4 commit 00c146b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v4
6161
- uses: cargo-bins/cargo-binstall@main
62+
- name: Install rustfmt clippy
63+
run: rustup component add rustfmt clippy
6264
- name: Install cargo-shear
6365
run: cargo binstall cargo-shear
6466
- run: cargo fetch --locked

0 commit comments

Comments
 (0)