We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e5912 commit 668eab3Copy full SHA for 668eab3
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Cargo tarpaulin and fmt
24
run: |
25
cargo install cargo-tarpaulin
26
- rustup component add rustfmt
+ rustup component add rustfmt clippy
27
- uses: pnpm/action-setup@v4
28
name: Install pnpm
29
with:
0 commit comments