Skip to content

Commit 668eab3

Browse files
committed
Fix action script
1 parent 49e5912 commit 668eab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Cargo tarpaulin and fmt
2424
run: |
2525
cargo install cargo-tarpaulin
26-
rustup component add rustfmt
26+
rustup component add rustfmt clippy
2727
- uses: pnpm/action-setup@v4
2828
name: Install pnpm
2929
with:

0 commit comments

Comments
 (0)